mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Delete menus.h
This commit is contained in:
parent
34d231c58f
commit
e9d9444e43
19
src/menus.h
19
src/menus.h
@ -1,19 +0,0 @@
|
|||||||
#ifndef MENUS_H
|
|
||||||
#define MENUS_H
|
|
||||||
|
|
||||||
#include "main.h"
|
|
||||||
|
|
||||||
//Text box choices
|
|
||||||
#define YES 1
|
|
||||||
#define NO 0
|
|
||||||
|
|
||||||
void titleMenu();
|
|
||||||
void installMenu();
|
|
||||||
void testMenu();
|
|
||||||
|
|
||||||
void keyWait(u32 key);
|
|
||||||
|
|
||||||
int choiceBox(char* message);
|
|
||||||
void messageBox(char* message);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Loading…
Reference in New Issue
Block a user