equal
deleted
inserted
replaced
8 *buf++ = string >> 8; |
8 *buf++ = string >> 8; |
9 return buf; |
9 return buf; |
10 } |
10 } |
11 |
11 |
12 char *GetString(char *buffr, uint16 string); |
12 char *GetString(char *buffr, uint16 string); |
|
13 char *GetStringWithArgs(char *buffr, uint16 string, const int32 *argv); |
|
14 |
13 void InjectDParam(int amount); |
15 void InjectDParam(int amount); |
14 int32 GetParamInt32(void); |
16 int32 GetParamInt32(void); |
15 uint GetCurrentCurrencyRate(void); |
17 uint GetCurrentCurrencyRate(void); |
16 |
18 |
17 #endif |
19 #endif |