Files @ r1339:5cb3b503d366
Branch filter:

Location: cpp/openttd-patchpack/source/strings.h

matthijs
(svn r1843) - Codechange: [NPF] Removed some unused code.
#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