diff options
author | rubidium <rubidium@openttd.org> | 2007-12-21 22:50:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-21 22:50:51 +0000 |
commit | 6a9e77e0796a62a62e95ba5870f26b51a6b66c77 (patch) | |
tree | 92a4b604ccb6ae352038348f78b52b1f91cfd691 /src/command_func.h | |
parent | 1b53dbf9cc91f99db84a81c1f7cfa4ed8a6a7779 (diff) | |
download | openttd-6a9e77e0796a62a62e95ba5870f26b51a6b66c77.tar.xz |
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Diffstat (limited to 'src/command_func.h')
-rw-r--r-- | src/command_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command_func.h b/src/command_func.h index 80e069574..ccb9c2155 100644 --- a/src/command_func.h +++ b/src/command_func.h @@ -76,6 +76,7 @@ void NetworkSend_Command(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, Comma * used for user input data like names or chat messages. */ extern const char *_cmd_text; +extern Money _additional_cash_required; /** * Checks if a integer value belongs to a command. |