| 99 | } |
| 100 | |
| 101 | static float Menu_Float(const cc_string* str) { float v; Convert_ParseFloat(str, &v); return v; } |
| 102 | |
| 103 | static void Menu_SwitchBindsClassic(void* a, void* b) { ClassicBindingsScreen_Show(); } |
| 104 | static void Menu_SwitchNostalgia(void* a, void* b) { NostalgiaMenuScreen_Show(); } |
no test coverage detected