00001 00005 // /** 00006 // *@defgroup optionsh options.h 00007 // *Displays and updates the options menu 00008 // *@{ 00009 // */ 00010 00011 /*----------------------------------------------------------------------------------------------------------*/ 00012 00013 _Bool get_fps_status(void); 00014 00015 /*----------------------------------------------------------------------------------------------------------*/ 00016 00017 _Bool set_fps_status(_Bool _fps); 00018 00019 /*----------------------------------------------------------------------------------------------------------*/ 00020 00021 void options(void); 00022 00023 /*----------------------------------------------------------------------------------------------------------*/ 00024 00025 void options_cleanup(void); 00026 00027 /*----------------------------------------------------------------------------------------------------------*/ 00028 00029 void exit_options(GDATAPTR game); 00030 00031 /*----------------------------------------------------------------------------------------------------------*/ 00032 00033 // /** 00034 // *@} 00035 // */