mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
missing prototype
This commit is contained in:
parent
cf24b57d8f
commit
29792c7a2b
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue