summaryrefslogtreecommitdiff
path: root/strings.h
blob: 8cf629255d8a666cc9dadba867a68b8f61bd6790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef STRINGS_H
#define STRINGS_H

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