mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
missing prototype
This commit is contained in:
parent
e3ad4f5731
commit
1f9dc8aaa1
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…
Add table
Reference in a new issue