]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/command/cl_cmd.qh
Do the same for cl_cmd.qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qh
1 // ==============================================
2 //  CSQC client commands code, written by Samual
3 //  Last updated: November 26th, 2011
4 // ==============================================
5
6 void Cmd_HUD_SetFields(float);
7 void Cmd_HUD_Help(float);
8
9 .vector view_ofs;
10 entity debug_shotorg;