1 #ifndef MENU_H
2 #define MENU_H
3 
4 #include "Main.h"
5 
6 void showSettings();
7 void showAbout();
8 
9 #endif
10