79 "Back",
"Back to Main",
static void singlePlayerMenuActivate(void *)
void ReStateInit(void *prevMenu)
void ReAddRacemanListButton(void *menuHandle)
static void singlePLayerShutdown(void *precMenu)
void GfuiScreenAddBgImg(void *scr, const char *filename)
Add an image background to a screen.
The Gaming Framework API (client part).
void * GfuiScreenCreateEx(float *bgColor, void *userDataOnActivate, tfuiCallback onActivate, void *userDataOnDeactivate, tfuiCallback onDeactivate, int mouseAllowed)
Create a screen.
void GfuiMenuDefaultKeysAdd(void *scr)
Add the default menu keyboard callback to a screen.
void(* tfuiCallback)(void *)
This is the race information structures.
void * ReSinglePlayerInit(void *precMenu)
void GfuiScreenActivate(void *screen)
Activate a screen and make it current.
int GfuiTitleCreate(void *scr, const char *text, int maxlen)
Add a Title to the screen.
static void * singlePlayerHandle
int GfuiMenuBackQuitButtonCreate(void *scr, const char *text, const char *tip, void *userdata, tfuiCallback onpush)
Add the "Back" or "Quit" button at the bottom of the menu screen.