(svn r2718) Forgot one file
authortron
Tue, 26 Jul 2005 19:05:07 +0000
changeset 2202 c1ad4a86798b
parent 2201 f240b3c7e2ec
child 2203 18029376f58b
(svn r2718) Forgot one file
strings.h
--- a/strings.h	Tue Jul 26 19:04:19 2005 +0000
+++ b/strings.h	Tue Jul 26 19:05:07 2005 +0000
@@ -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);