HomeSort by relevance Sort by last modified time
    Searched defs:usercmd_t (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
protocol.h 141 #define clc_move 3 // [[usercmd_t]
281 } usercmd_t; typedef in typeref:struct:usercmd_s
  /external/quake/quake/src/WinQuake/
client.h 33 } usercmd_t; typedef in typeref:struct:__anon11801
155 usercmd_t cmd; // last command sent to the server
326 void CL_SendMove (usercmd_t *cmd);
335 void CL_WriteToServer (usercmd_t *cmd);
336 void CL_BaseMove (usercmd_t *cmd);
  /gdk/samples/quake/jni/
client.h 33 } usercmd_t; typedef in typeref:struct:__anon17550
155 usercmd_t cmd; // last command sent to the server
326 void CL_SendMove (usercmd_t *cmd);
335 void CL_WriteToServer (usercmd_t *cmd);
336 void CL_BaseMove (usercmd_t *cmd);

Completed in 49 milliseconds