mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Fix for new devkitpro update.
This commit is contained in:
parent
596e8f0f1c
commit
e74700db9e
@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
#define VERSION "0.7.1"
|
#define VERSION "0.7.1"
|
||||||
|
|
||||||
|
PrintConsole topScreen;
|
||||||
|
PrintConsole bottomScreen;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
MAIN_MENU_INSTALL,
|
MAIN_MENU_INSTALL,
|
||||||
MAIN_MENU_TITLES,
|
MAIN_MENU_TITLES,
|
||||||
|
|||||||
@ -10,8 +10,8 @@ void titleMenu();
|
|||||||
void backupMenu();
|
void backupMenu();
|
||||||
void testMenu();
|
void testMenu();
|
||||||
|
|
||||||
PrintConsole topScreen;
|
extern PrintConsole topScreen;
|
||||||
PrintConsole bottomScreen;
|
extern PrintConsole bottomScreen;
|
||||||
|
|
||||||
void clearScreen(PrintConsole* screen);
|
void clearScreen(PrintConsole* screen);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user