X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=e64cbc267ac505e61d579318cd644a2e7b2d4595;hb=21403f1e9510d608415d14bf4348880b9ff42204;hp=f7693a33b139765deb9320aef80fbb1b59ae877e;hpb=07e0dcdfe34c0fe19e980df4ff133f295e96b8f2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index f7693a33b..e64cbc267 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -1,12 +1,14 @@ // ================================================= // Declarations for server side networked commands -// Last updated: December 14th, 2011 +// Last updated: December 26th, 2011 // ================================================= .float cmd_floodtime; .float cmd_floodcount; -.float checkfail; .float lms_spectate_warning; +.float checkfail; string MapVote_Suggest(string m); -//void MapVote_SendPicture(float id) + +// used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file +void ClientCommand_macro_write_aliases(float fh); \ No newline at end of file