(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they are just confusing and just do the same thing as GetParamInt32

This commit is contained in:
ludde
2005-07-14 09:53:52 +00:00
parent 3e62457107
commit 53851d5e77
3 changed files with 13 additions and 41 deletions

View File

@@ -10,14 +10,8 @@ static inline char* InlineString(char* buf, uint16 string)
}
char *GetString(char *buffr, uint16 string);
void InjectDParam(int amount);
int32 GetParamInt32(void);
int GetParamInt16(void);
int GetParamInt8(void);
int GetParamUint16(void);
uint GetCurrentCurrencyRate(void);
#endif