Delete menus.h

This commit is contained in:
JeffRuLz 2018-09-25 15:06:53 -05:00 committed by GitHub
parent 34d231c58f
commit e9d9444e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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