blob: 62446023edfb71fa5a6ce0036e7ad8ea82a74fa2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef MENU_HEADER__
#define MENU_HEADER__
/* *************************************
* Includes
* *************************************/
#include "Gfx.h"
/* *************************************
* Defines
* *************************************/
/* *************************************
* Global prototypes
* *************************************/
void MainMenu(void);
#endif //MENU_HEADER__
|