Files @ r1309:4100b4013e37
Branch filter:

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

tron
(svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
#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