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

byte *GetString(byte *buffr, uint16 string);

void InjectDParam(int amount);

int32 GetParamInt32(void);
int GetParamInt16(void);
int GetParamInt8(void);
int GetParamUint16(void);

uint GetCurrentCurrencyRate(void);

#endif