Files @ r1382:3f9f490fc3e6
Branch filter:

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

tron
(svn r1886) Correctly process the last line of a script, even if it's not newline terminated. Also print an error message if something goes wrong while reading from the script file
#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