]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/command/cl_cmd.qh
Merge remote-tracking branch 'origin/TimePath/experiments/csqc_prediction' into TimeP...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qh
1 #ifndef CL_CMD_H
2 #define CL_CMD_H
3 // ==============================================
4 //  CSQC client commands code, written by Samual
5 //  Last updated: December 17th, 2011
6 // ==============================================
7
8 void Cmd_HUD_SetFields(int);
9 void Cmd_HUD_Help();
10
11 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
12 void LocalCommand_macro_write_aliases(int fh);
13 #endif