9 #define CONFIG_FILE "\\\\fls0\\EIGEN.cfg"
12 CHECK_BOX
, FUNCTION_CALL
,
18 union { //The item can act on a variable or call a function
21 void (*save_function
)(void);
23 void (*function
)(void);
33 void draw_menu(Menu
* menu
);
36 Menu_Item
* menu_create_item(const char* str
, Menu_Item_Type type
, void* other
, void* save_func
);