#include <windows.h>#include <ddraw.h>Go to the source code of this file.
Classes | |
| struct | swwstate_t |
Functions | |
| qboolean | DIB_Init (unsigned char **ppbuffer, int *ppitch) |
| void | DIB_Shutdown (void) |
| void | DIB_SetPalette (const unsigned char *palette) |
| qboolean | DDRAW_Init (unsigned char **ppbuffer, int *ppitch) |
| void | DDRAW_Shutdown (void) |
| void | DDRAW_SetPalette (const unsigned char *palette) |
Variables | |
| swwstate_t | sww_state |
Definition at line 42 of file rw_ddraw.c.
Referenced by SWimp_InitGraphics().
| void DDRAW_SetPalette | ( | const unsigned char * | palette | ) |
Definition at line 317 of file rw_ddraw.c.
Referenced by DDRAW_Init(), and SWimp_Shutdown().
Definition at line 88 of file rw_dib.c.
Referenced by SWimp_InitGraphics().
| void DIB_SetPalette | ( | const unsigned char * | palette | ) |
| swwstate_t sww_state |
Definition at line 38 of file rw_imp.c.
Referenced by DDRAW_Init(), DDRAW_SetPalette(), DDRAW_Shutdown(), DIB_Init(), DIB_RestoreSystemColors(), DIB_SetPalette(), DIB_Shutdown(), SWimp_AppActivate(), SWimp_EndFrame(), SWimp_Init(), SWimp_SetMode(), SWimp_Shutdown(), and VID_CreateWindow().