Mercurial > hg > openttd
view src/strings.h @ 6448:eb2f3db29626 draft
(svn r9596) -Fix (r9563): (non-)transparency of station signs was confused with building transparency...
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Wed, 11 Apr 2007 20:13:32 +0000 |
parents | 080aae477331 |
children | 30657c4af0fb |
line wrap: on
line source
/* $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 */