Home
last modified time | relevance | path

Searched refs:GLQUAKE_VERSION (Results 1 – 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
Dbothdefs.h23 #define GLQUAKE_VERSION 1.00 macro
Dgl_draw.c818 sprintf (ver, "GL (%4.2f) QuakeWorld", GLQUAKE_VERSION); in Draw_ConsoleBackground()
/external/quake/quake/src/WinQuake/
Dquakedef.h27 #define GLQUAKE_VERSION 1.00 macro
Dgl_draw.cpp753 …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()