Searched refs:GLQUAKE_VERSION (Results 1 – 4 of 4) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | bothdefs.h | 23 #define GLQUAKE_VERSION 1.00 macro
|
D | gl_draw.c | 818 sprintf (ver, "GL (%4.2f) QuakeWorld", GLQUAKE_VERSION); in Draw_ConsoleBackground()
|
/external/quake/quake/src/WinQuake/ |
D | quakedef.h | 27 #define GLQUAKE_VERSION 1.00 macro
|
D | gl_draw.cpp | 753 …sprintf (ver, "(Linux %2.2f, gl %4.2f) %4.2f", (float)LINUX_VERSION, (float)GLQUAKE_VERSION, (floa… in Draw_Init() 755 sprintf (ver, "(gl %4.2f) %4.2f", (float)GLQUAKE_VERSION, (float)VERSION); in Draw_Init()
|