| 980 | } |
| 981 | |
| 982 | void cFodder::GUI_Render_Text_Centred(const char* pText, const size_t pPosY) { |
| 983 | |
| 984 | String_CalculateWidth(320, mFont_Recruit_Width, pText); |
| 985 | String_Print(mFont_Recruit_Width, 0x0D, mGUI_Temp_X, pPosY, pText); |
| 986 | } |
| 987 | |
| 988 | |
| 989 | void cFodder::GUI_Handle_Button_ShowOverview() { |
nothing calls this directly
no outgoing calls
no test coverage detected