- backend update

This commit is contained in:
Christoph Oelckers 2020-10-25 09:20:26 +01:00
parent 570897005c
commit 273ad5e133
8 changed files with 81 additions and 71 deletions

View file

@ -26,6 +26,7 @@ struct SystemCallbacks
int (*GetGender)();
void (*MenuClosed)();
bool (*CheckMenudefOption)(const char* opt);
void (*ConsoleToggled)(int state);
};
extern SystemCallbacks sysCallbacks;