mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Y_RoundQueueDrawer
Reduces how absolutely monolithic Y_IntermissionDrawer is.
This commit is contained in:
parent
e3c3a8c80a
commit
0a7e8d9bf3
2 changed files with 567 additions and 549 deletions
1113
src/y_inter.c
1113
src/y_inter.c
File diff suppressed because it is too large
Load diff
|
|
@ -19,6 +19,9 @@ extern "C" {
|
|||
void Y_IntermissionDrawer(void);
|
||||
void Y_Ticker(void);
|
||||
|
||||
// Specific sub-drawers
|
||||
void Y_RoundQueueDrawer(void);
|
||||
|
||||
void Y_StartIntermission(void);
|
||||
void Y_EndIntermission(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue