feat: try adding a debug menu
This commit is contained in:
8
include/debug.h
Normal file
8
include/debug.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef GUARD_DEBUG_H
|
||||
#define GUARD_DEBUG_H
|
||||
#if DEBUG
|
||||
|
||||
void Debug_ShowMainMenu(void);
|
||||
|
||||
#endif
|
||||
#endif // GUARD_DEBUG_H
|
Reference in New Issue
Block a user