feat: try adding a debug menu

This commit is contained in:
2022-05-25 13:40:25 +00:00
parent d754515c78
commit 8980f61306
5 changed files with 161 additions and 0 deletions

8
include/debug.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef GUARD_DEBUG_H
#define GUARD_DEBUG_H
#if DEBUG
void Debug_ShowMainMenu(void);
#endif
#endif // GUARD_DEBUG_H