Y_RoundQueueDrawer

Reduces how absolutely monolithic Y_IntermissionDrawer is.
This commit is contained in:
toaster 2023-05-11 14:07:07 +01:00
parent e3c3a8c80a
commit 0a7e8d9bf3
2 changed files with 567 additions and 549 deletions

File diff suppressed because it is too large Load diff

View file

@ -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);