// // pc.menus.h // BoE // // Created by Celtic Minstrel on 14-04-15. // // #ifndef BoE_pc_menus_h #define BoE_pc_menus_h void init_menubar(); void update_item_menu(); void menu_activate(); #endif