Go to the source code of this file.
Defines | |
#define | MODULE_SETUP 1 |
#define | PALVERSION 0x300 |
#define | X__C(p, i) |
Functions | |
HPALETTE | CreateAppPalette (int *ScreenX, int *ScreenY) |
void | SetupStructures (void) |
void | UpdateGLview (BOOL full) |
BOOL | EnableGLview (void) |
void | StartGLview (BOOL first_time) |
BOOL | SetupMainWindow (HANDLE inst, int cmdshow) |
void | SendPrgmText (PSTR p) |
void | SendPrgmMessage (int idString, int where) |
int | SendPrgmQuery (int idString, int response) |
void | SetPrgmMessage (int idString, PSTR pstr) |
void | SendIconHelpMessage (int idString) |
BOOL | AnimatorStartup (UINT *screen_ready) |
void | AnimatorShutdown (void) |
void | CloseUtilities (int what) |
Variables | |
UINT | AnimationTimer |
#define X__C | ( | p, | |||
i | ) |
Value:
RGB(p->palPalEntry[i].peRed, \ p->palPalEntry[i].peGreen, \ p->palPalEntry[i].peBlue)
Definition at line 51 of file SETUP.C.
Referenced by CreateAppPalette().
UINT AnimationTimer |