HomeSort by relevance Sort by last modified time
    Searched refs:GLQUAKE_VERSION (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/QW/client/
bothdefs.h 23 #define GLQUAKE_VERSION 1.00
gl_draw.c 818 sprintf (ver, "GL (%4.2f) QuakeWorld", GLQUAKE_VERSION);
    [all...]
  /external/quake/quake/src/WinQuake/
quakedef.h 27 #define GLQUAKE_VERSION 1.00
gl_draw.cpp 753 sprintf (ver, "(Linux %2.2f, gl %4.2f) %4.2f", (float)LINUX_VERSION, (float)GLQUAKE_VERSION, (float)VERSION);
755 sprintf (ver, "(gl %4.2f) %4.2f", (float)GLQUAKE_VERSION, (float)VERSION);
    [all...]

Completed in 575 milliseconds