mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 17:44:08 +00:00
Place debug menu under ifdef
This commit is contained in:
parent
1b599b2d35
commit
28103775ba
11 changed files with 27 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "common.h"
|
||||
#ifdef DEBUGMENU
|
||||
#include "RwHelper.h"
|
||||
#include "Pad.h"
|
||||
#include "ControllerConfig.h"
|
||||
|
@ -1313,3 +1314,4 @@ DebugMenuEntrySetAddress(MenuEntry *e, void *addr)
|
|||
((MenuEntry_Float32*)e)->variable = (float*)addr;
|
||||
}
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue