src/command_func.h
changeset 8275 f17d0c863ee3
parent 8119 52b48108425a
equal deleted inserted replaced
8274:cc1350409528 8275:f17d0c863ee3
    75  * char of this string) which will be send with a command. This is
    75  * char of this string) which will be send with a command. This is
    76  * used for user input data like names or chat messages.
    76  * used for user input data like names or chat messages.
    77  */
    77  */
    78 extern const char *_cmd_text;
    78 extern const char *_cmd_text;
    79 extern Money _additional_cash_required;
    79 extern Money _additional_cash_required;
       
    80 extern StringID _error_message;
    80 
    81 
    81 /**
    82 /**
    82  * Checks if a integer value belongs to a command.
    83  * Checks if a integer value belongs to a command.
    83  */
    84  */
    84 bool IsValidCommand(uint32 cmd);
    85 bool IsValidCommand(uint32 cmd);