| 1373 | } |
| 1374 | |
| 1375 | void cFodder::GUI_Button_Filename() { |
| 1376 | int16 Data0 = mMouseY; |
| 1377 | |
| 1378 | Data0 -= 0x3E; |
| 1379 | Data0 /= 0x15; |
| 1380 | |
| 1381 | mGUI_Select_File_SelectedFileIndex = Data0; |
| 1382 | mGUI_SaveLoadAction = 2; |
| 1383 | } |
| 1384 | |
| 1385 | int16 cFodder::GUI_Button_NoAction() { |
| 1386 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected