// // scen.menus.h // BoE // // Created by Celtic Minstrel on 14-04-24. // // #ifndef BoE_scen_menus_h #define BoE_scen_menus_h void init_menubar(); void update_item_menu(); void shut_down_menus(short mode); #endif