#include <ref.h>
Public Attributes | |
int | api_version |
int(* | Init )(void *hinstance, void *wndproc) |
void(* | Shutdown )(void) |
void(* | BeginRegistration )(char *map) |
struct model_s *(* | RegisterModel )(char *name) |
struct image_s *(* | RegisterSkin )(char *name) |
struct image_s *(* | RegisterPic )(char *name) |
void(* | SetSky )(char *name, float rotate, vec3_t axis) |
void(* | EndRegistration )(void) |
void(* | RenderFrame )(refdef_t *fd) |
void(* | DrawStretchPic )(int x, int y, int w, int h, char *name) |
void(* | DrawChar )(int x, int y, int c) |
void(* | DrawGetPicSize )(int *w, int *h, char *name) |
void(* | DrawPic )(int x, int y, char *name) |
void(* | DrawTileClear )(int x, int y, int w, int h, char *name) |
void(* | DrawFill )(int x, int y, int w, int h, int c) |
void(* | DrawFadeScreen )(void) |
void(* | DrawStretchRaw )(int x, int y, int w, int h, int cols, int rows, byte *data) |
void(* | CinematicSetPalette )(const unsigned char *palette) |
void(* | BeginFrame )(float camera_separation) |
void(* | EndFrame )(void) |
void(* | AppActivate )(qboolean activate) |
int refexport_t::api_version |
Definition at line 154 of file ref.h.
Referenced by GetRefAPI(), and VID_LoadRefresh().
Definition at line 211 of file ref.h.
Referenced by GetRefAPI(), and MainWndProc().
void(* refexport_t::BeginFrame) (float camera_separation) |
Definition at line 208 of file ref.h.
Referenced by GetRefAPI(), SCR_TimeRefresh_f(), and SCR_UpdateScreen().
void(* refexport_t::BeginRegistration) (char *map) |
Definition at line 175 of file ref.h.
Referenced by CL_PrepRefresh(), and GetRefAPI().
void(* refexport_t::CinematicSetPalette) (const unsigned char *palette) |
Definition at line 207 of file ref.h.
Referenced by CL_Disconnect(), GetRefAPI(), SCR_DrawCinematic(), SCR_StopCinematic(), and SCR_UpdateScreen().
Definition at line 193 of file ref.h.
Referenced by CL_DrawInventory(), Con_DrawConsole(), Con_DrawInput(), Con_DrawNotify(), DrawAltString(), DrawHUDString(), DrawString(), GetRefAPI(), Inv_DrawString(), KeyCursorDrawFunc(), M_Credits_MenuDraw(), M_DrawCharacter(), and SCR_DrawCenterString().
Definition at line 199 of file ref.h.
Referenced by GetRefAPI(), and M_Draw().
Definition at line 198 of file ref.h.
Referenced by GetRefAPI(), M_Draw(), SCR_DrawConsole(), and SCR_DrawDebugGraph().
Definition at line 195 of file ref.h.
Referenced by GetRefAPI(), M_Banner(), M_Main_Draw(), M_Quit_Draw(), SCR_DrawLoading(), SCR_DrawPause(), SCR_TouchPics(), SCR_UpdateScreen(), and VID_MenuDraw().
Definition at line 196 of file ref.h.
Referenced by CL_DrawInventory(), GetRefAPI(), M_Banner(), M_DrawCursor(), M_DrawPic(), M_Main_Draw(), M_Quit_Draw(), PlayerConfig_MenuDraw(), SCR_DrawCrosshair(), SCR_DrawField(), SCR_DrawLoading(), SCR_DrawNet(), SCR_DrawPause(), SCR_ExecuteLayoutString(), SCR_UpdateScreen(), and VID_MenuDraw().
Definition at line 192 of file ref.h.
Referenced by Con_DrawConsole(), and GetRefAPI().
Definition at line 202 of file ref.h.
Referenced by GetRefAPI(), and SCR_DrawCinematic().
Definition at line 197 of file ref.h.
Referenced by GetRefAPI(), and SCR_TileClear().
Definition at line 209 of file ref.h.
Referenced by GetRefAPI(), SCR_TimeRefresh_f(), SCR_UpdateScreen(), SearchLocalGames(), and UpdateSoundQualityFunc().
Definition at line 180 of file ref.h.
Referenced by CL_PrepRefresh(), and GetRefAPI().
Definition at line 157 of file ref.h.
Referenced by GetRefAPI(), and VID_LoadRefresh().
Definition at line 176 of file ref.h.
Referenced by CL_AddPacketEntities(), CL_LoadClientinfo(), CL_ParseConfigString(), CL_PrepRefresh(), CL_RegisterTEntModels(), GetRefAPI(), PlayerConfig_MenuDraw(), S_RegisterSexedModel(), and V_Gun_Model_f().
Definition at line 178 of file ref.h.
Referenced by CL_LoadClientinfo(), CL_ParseConfigString(), CL_PrepRefresh(), CL_RegisterTEntModels(), GetRefAPI(), M_DrawCursor(), and SCR_TouchPics().
Definition at line 177 of file ref.h.
Referenced by CL_AddPacketEntities(), CL_LoadClientinfo(), GetRefAPI(), and PlayerConfig_MenuDraw().
Definition at line 182 of file ref.h.
Referenced by GetRefAPI(), PlayerConfig_MenuDraw(), SCR_TimeRefresh_f(), and V_RenderView().
Definition at line 179 of file ref.h.
Referenced by CL_PrepRefresh(), GetRefAPI(), and SCR_Sky_f().
Definition at line 160 of file ref.h.
Referenced by GetRefAPI(), VID_LoadRefresh(), and VID_Shutdown().