diff options
author | tron <tron@openttd.org> | 2005-07-26 19:05:07 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-26 19:05:07 +0000 |
commit | 31b480d079e733189ca75feea81571624bdb986b (patch) | |
tree | a794253f0bbc211402aa47087d29dc421f1b2702 | |
parent | a16418266e0cb317b2f338e5ca6e3d1aabdf67c5 (diff) | |
download | openttd-31b480d079e733189ca75feea81571624bdb986b.tar.xz |
(svn r2718) Forgot one file
-rw-r--r-- | strings.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ static inline char* InlineString(char* buf, uint16 string) char *GetString(char *buffr, uint16 string); char *GetStringWithArgs(char *buffr, uint string, const int32 *argv); +extern char _userstring[128]; + void InjectDParam(int amount); int32 GetParamInt32(void); uint GetCurrentCurrencyRate(void); |