OpenTTD/src/strings.h

18 lines
335 B
C
Raw Normal View History

/* $Id$ */
#ifndef STRINGS_H
#define STRINGS_H
char *InlineString(char *buf, uint16 string);
char *GetString(char *buffr, uint16 string, const char* last);
2005-07-26 21:05:07 +02:00
extern char _userstring[128];
void InjectDParam(int amount);
int32 GetParamInt32();
bool ReadLanguagePack(int index);
void InitializeLanguagePacks();
#endif /* STRINGS_H */