(svn r11839) -Codechange: move some variables from variables.h to a more logical location.

This commit is contained in:
rubidium
2008-01-13 21:41:24 +00:00
parent 5d379d6696
commit df12937f19
13 changed files with 30 additions and 11 deletions

View File

@@ -77,6 +77,7 @@ void NetworkSend_Command(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, Comma
*/
extern const char *_cmd_text;
extern Money _additional_cash_required;
extern StringID _error_message;
/**
* Checks if a integer value belongs to a command.