#ifndef _CMENU_H #define _CMENU_H void MenuInit(void); int MenuGetState(void); void MenuRender(void); #endif