Loading screen. More...
#include <stdlib.h>#include <tgfclient.h>#include <car.h>
Go to the source code of this file.
Macros | |
| #define | TEXTLINES 23 |
Functions | |
| static void | rmDeativate (void *) |
| void | RmLoadingScreenStart (const char *title, const char *bgimg) |
| Set up loading screen. More... | |
| void | RmShutdownLoadingScreen (void) |
| Shut down loading screen. More... | |
| void | RmLoadingScreenSetText (const char *text) |
| Set a new line of text on the loading screen. More... | |
Variables | |
| static void * | menuHandle = NULL |
| static int | rmTextId [TEXTLINES] |
| static char * | rmTextLines [TEXTLINES] = {0} |
| static int | rmCurText |
| float | black [4] = { 0.0, 0.0, 0.0, 0.0 } |
| float | white [TEXTLINES][4] |
| #define TEXTLINES 23 |
Definition at line 34 of file loadingscreen.cpp.
|
static |
Definition at line 44 of file loadingscreen.cpp.
| float black[4] = { 0.0, 0.0, 0.0, 0.0 } |
Definition at line 39 of file loadingscreen.cpp.
|
static |
Definition at line 33 of file loadingscreen.cpp.
|
static |
Definition at line 37 of file loadingscreen.cpp.
|
static |
Definition at line 35 of file loadingscreen.cpp.
|
static |
Definition at line 36 of file loadingscreen.cpp.
| float white[TEXTLINES][4] |
Definition at line 40 of file loadingscreen.cpp.