Files
@ r6509:ed1b81c85367
Branch filter:
Location: cpp/openttd-patchpack/source/src/strings.h - annotation
r6509:ed1b81c85367
359 B
text/x-c
(svn r9692) -Fix (r9683): don't try to remove vehicles from the queue of a non-existing station.
r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r6420:01087f989fd1 r6420:01087f989fd1 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r6247:96e840dbefcc r5475:3f5cd13d1b63 r6320:13e912591069 r6320:13e912591069 r6320:13e912591069 r5475:3f5cd13d1b63 | /* $Id$ */
/** @file strings.h */
#ifndef STRINGS_H
#define STRINGS_H
char *InlineString(char *buf, uint16 string);
char *GetString(char *buffr, uint16 string, const char* last);
extern char _userstring[128];
void InjectDParam(int amount);
int32 GetParamInt32();
bool ReadLanguagePack(int index);
void InitializeLanguagePacks();
#endif /* STRINGS_H */
|