Go to the source code of this file.
Defines | |
#define | MODULE_SETUP 1 |
#define | SIZESTATUS1 195 |
#define | PALVERSION 0x300 |
#define | X__C(p, i) RGB(p->palPalEntry[i].peRed,p->palPalEntry[i].peGreen,p->palPalEntry[i].peBlue) |
Functions | |
HPALETTE | CreateAppPalette (int *ScreenX, int *ScreenY) |
void | LoadPreferences (void) |
void | ActivatePreferences (void) |
BOOL | DesignStartup (UINT *screen_r) |
BOOL | SetupMainWindow (HANDLE inst, int cmdshow) |
void | DesignShutdown (void) |
void | StartOpenGL (BOOL first_time) |
void | ExecuteAnimator (BOOL reload) |
void | SetupStructures (void) |
void | SendIconHelpMessage (int idString) |
void | SendPrgmText (PSTR p) |
void | SendPrgmMessage (int idString, int where) |
int | SendPrgmQuery (int idString, int response) |
void | SetPrgmMessage (int idString, PSTR pstr) |
void | InitialiseStringVectors (void) |
void | FreeStringVectors (void) |
#define X__C | ( | p, | |||
i | ) | RGB(p->palPalEntry[i].peRed,p->palPalEntry[i].peGreen,p->palPalEntry[i].peBlue) |