X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcommand%2Fcl_cmd.qh;h=da34310e3cbbd59110bce0bade5f3fa1daa0b27d;hb=802d673ea15260b02ce6760839cc40a2a57b21b1;hp=f2db76a2cf293de7b05291bc1dcd4e24b9d33f22;hpb=b7ee5fd9f465455a5691abba80a7e83a1ab5b2d8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/command/cl_cmd.qh b/qcsrc/client/command/cl_cmd.qh index f2db76a2c..da34310e3 100644 --- a/qcsrc/client/command/cl_cmd.qh +++ b/qcsrc/client/command/cl_cmd.qh @@ -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); \ No newline at end of file +void LocalCommand_macro_write_aliases(int fh); +#endif