]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/command/cl_cmd.qh
Revert the more visible changes and tweak remaining ones a little to closer match...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qh
index 9c29c40ee7ca11150169981275ff41fa5457b8a8..da34310e3cbbd59110bce0bade5f3fa1daa0b27d 100644 (file)
@@ -1,10 +1,13 @@
+#ifndef CL_CMD_H
+#define CL_CMD_H
 // ==============================================
 //  CSQC client commands code, written by Samual
 //  Last updated: December 17th, 2011
 // ==============================================
 
-void Cmd_HUD_SetFields(float);
+void Cmd_HUD_SetFields(int);
 void Cmd_HUD_Help();
 
 // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file
-void LocalCommand_macro_write_aliases(float fh);
+void LocalCommand_macro_write_aliases(int fh);
+#endif