X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=3f8e4c47af5f31caabf33413712944ff080f037c;hp=3eabab763342053c83c5dfc7a2e1e3e8d0ffb703;hb=b834eab77489d98d5d722d67c8a96cf6c3549436;hpb=1ba59bdc6b1e1ad0368f34dbd297e40cc42be243 diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 3eabab763..3f8e4c47a 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -1,21 +1,9 @@ -#ifndef CMD_H -#define CMD_H - -// ================================================= -// Declarations for server side networked commands -// Last updated: December 26th, 2011 -// ================================================= +#pragma once .float cmd_floodtime; .float cmd_floodcount; -.float lms_spectate_warning; -.float checkfail; - -// number of monsters spawned with mobspawn command -float totalspawned; -string MapVote_Suggest(string m); +string MapVote_Suggest(entity this, string m); // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file void ClientCommand_macro_write_aliases(float fh); -#endif