changeset 2202:9a025664b288 draft

(svn r2718) Forgot one file
author tron <tron@openttd.org>
date Tue, 26 Jul 2005 19:05:07 +0000
parents f68e7c954f8d
children beb8c4edf89a
files strings.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/strings.h
+++ b/strings.h
@@ -14,6 +14,8 @@
 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);