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

  /external/quake/quake/src/QW/client/
console.h 34 extern console_t con_main;
36 extern console_t *con; // point to either con_main or con_chat
console.c 25 console_t con_main; variable
27 console_t *con; // point to either con_main or con_chat
108 Q_memset (con_main.text, ' ', CON_TEXTSIZE);
218 Con_Resize (&con_main);
232 con = &con_main;

Completed in 70 milliseconds