(svn r19602) -Codechange: add the name of the command to the desync logs

This commit is contained in:
rubidium
2010-04-11 10:11:26 +00:00
parent ff6ec70007
commit ea7aececf8
4 changed files with 134 additions and 113 deletions

View File

@@ -66,6 +66,10 @@ bool IsValidCommand(uint32 cmd);
* Returns the flags from a given command.
*/
byte GetCommandFlags(uint32 cmd);
/**
* Returns the name of a given command.
*/
const char *GetCommandName(uint32 cmd);
/**
* Returns the current money available which can be used for a command.
*/