1 2 3 4 5 6 7 8 9
#ifndef _MENU_INC #define _MENU_INC void EnableMainAdd(bool enable); void InitMenu(); void DeinitMenu(); #endif