From 31b480d079e733189ca75feea81571624bdb986b Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 26 Jul 2005 19:05:07 +0000 Subject: (svn r2718) Forgot one file --- strings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strings.h') diff --git a/strings.h b/strings.h index 16a396f9b..6d76a39aa 100644 --- a/strings.h +++ b/strings.h @@ -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); -- cgit v1.2.3-54-g00ecf