blob: 35c8108ea700a6d39c6b45fa3eae219cb7ccebc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef __MENU_HEADER__
#define __MENU_HEADER__
/* **************************************
* Includes *
* **************************************/
#include "Global_Inc.h"
/* **************************************
* Global prototypes *
* **************************************/
void MainMenu(void);
#endif // __MENU_HEADER__
|