]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/command/cl_cmd.qh
Merge remote-tracking branch 'origin/master' into tzork/gm_nexball
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / command / cl_cmd.qh
index 17238b94ab60d759fe038803aac7f943db8b4aa0..f2db76a2cf293de7b05291bc1dcd4e24b9d33f22 100644 (file)
@@ -1,10 +1,10 @@
 // ==============================================
 //  CSQC client commands code, written by Samual
-//  Last updated: November 26th, 2011
+//  Last updated: December 17th, 2011
 // ==============================================
 
 void Cmd_HUD_SetFields(float);
-void Cmd_HUD_Help(float);
+void Cmd_HUD_Help();
 
-.vector view_ofs;
-entity debug_shotorg;
\ No newline at end of file
+// 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