- added two more system callbacks for menu customization.
This commit is contained in:
parent
881a77b3a1
commit
cf7518fe43
5 changed files with 14 additions and 6 deletions
|
|
@ -24,6 +24,8 @@ struct SystemCallbacks
|
|||
bool (*DispatchEvent)(event_t* ev);
|
||||
bool (*CheckGame)(const char* nm);
|
||||
int (*GetGender)();
|
||||
void (*MenuClosed)();
|
||||
bool (*CheckMenudefOption)(const char* opt);
|
||||
};
|
||||
|
||||
extern SystemCallbacks sysCallbacks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue