Missed G_DemoTitleResponder definition

This commit is contained in:
Sally Coolatta 2020-08-10 17:26:01 -04:00
parent fef19410fd
commit c2d1f96bb3

View file

@ -180,4 +180,6 @@ boolean G_CheckDemoStatus(void);
void G_LoadDemoInfo(menudemo_t *pdemo);
void G_DeferedPlayDemo(const char *demo);
boolean G_DemoTitleResponder(event_t *ev);
#endif // __G_DEMO__