(svn r2718) Forgot one file

This commit is contained in:
tron 2005-07-26 19:05:07 +00:00
parent a16418266e
commit 31b480d079
1 changed files with 2 additions and 0 deletions

View File

@ -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);