]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/command/cl_cmd.qh
Merge branch 'master' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qh
1 // ==============================================
2 //  CSQC client commands code, written by Samual
3 //  Last updated: December 17th, 2011
4 // ==============================================
5
6 void Cmd_HUD_SetFields(float);
7 void Cmd_HUD_Help();
8
9 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
10 void LocalCommand_macro_write_aliases(float fh);