missing prototype

This commit is contained in:
Jaime Passos 2019-11-18 15:13:31 -03:00
parent cf24b57d8f
commit 29792c7a2b
2 changed files with 2 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ void ST_startTitleCard(void)
}
//
// What happens before drawing the status bar.
// What happens before drawing the title card.
// Which is just setting the HUD translucency.
//
void ST_preDrawTitleCard(void)

View File

@ -51,6 +51,7 @@ void ST_doPaletteStuff(void);
void ST_startTitleCard(void);
void ST_runTitleCard(void);
void ST_drawTitleCard(void);
void ST_preDrawTitleCard(void);
void ST_preLevelTitleCardDrawer(tic_t ticker, boolean update);
void ST_drawWipeTitleCard(void);