mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 10:30:34 +00:00
implemented debugmenu shutdown
This commit is contained in:
parent
1ef67aee22
commit
59bfbaddfb
2 changed files with 23 additions and 1 deletions
|
@ -13,6 +13,7 @@ struct MenuEntry
|
|||
Menu *menu;
|
||||
|
||||
MenuEntry(const char *name);
|
||||
virtual ~MenuEntry(void) {}
|
||||
};
|
||||
|
||||
typedef MenuEntry DebugMenuEntry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue