#ifndef _MAIN_MENU_H_
	#define _MAIN_MENU_H_

int CreateMainMenu(void);
	
#endif
