#include <assert.h>#include "VidMode.h"Go to the source code of this file.
Defines | |
| #define | WIDTH(V) ((V)>>16) |
| #define | HEIGHT(V) ((V)&0xFFFF) |
| #define | PACK(W, H) (((W)<<16) + (H)) |
Functions | |
| void | VidMode_GetResolution (const VidMode V, int *Width, int *Height) |
| geBoolean | VidMode_SetResolution (VidMode *V, int Width, int Height) |
|
|
Definition at line 23 of file VidMode.c. Referenced by VidMode_GetResolution(), and WriteBMP(). |
|
|
Definition at line 24 of file VidMode.c. Referenced by VidMode_SetResolution(). |
|
|
Definition at line 22 of file VidMode.c. Referenced by VidMode_GetResolution(), and WriteBMP(). |
|
||||||||||||||||
|
Definition at line 26 of file VidMode.c. References HEIGHT, NULL, V, and WIDTH. Referenced by Client_CreateStatusBar(), GameMgr_SetWorld(), Host_Create(), PrintClientScores(), PrintCrossHair(), RenderWorld(), SetupConsole(), and WinMain().
|
|
||||||||||||||||
|
Definition at line 43 of file VidMode.c. References GE_FALSE, GE_TRUE, geBoolean, NULL, PACK, and V. Referenced by GameMgr_SetDriverAndMode().
|
1.3.2