#include "basetype.h"Go to the source code of this file.
Typedefs | |
| typedef int32 | VidMode |
Functions | |
| void | VidMode_GetResolution (const VidMode V, int *Width, int *Height) |
| geBoolean | VidMode_SetResolution (VidMode *V, int Width, int Height) |
|
|
Definition at line 25 of file VidMode.h. Referenced by Client_Create(), Client_CreateStatusBar(), Console_Create(), GameMgr_GetVidMode(), GMain_Startup(), Host_Create(), and WinMain(). |
|
||||||||||||||||
|
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