mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- backend update
This commit is contained in:
parent
570897005c
commit
273ad5e133
8 changed files with 81 additions and 71 deletions
|
@ -26,6 +26,7 @@ struct SystemCallbacks
|
|||
int (*GetGender)();
|
||||
void (*MenuClosed)();
|
||||
bool (*CheckMenudefOption)(const char* opt);
|
||||
void (*ConsoleToggled)(int state);
|
||||
};
|
||||
|
||||
extern SystemCallbacks sysCallbacks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue