Files @ r4596:95073ec9f671
Branch filter:

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

miham
(svn r6446) WebTranslator2 update to 2006-09-13 16:54:09
slovak - 2 fixed, 1 changed by lengyel (3)
swedish - 50 fixed by daishan (50)
/* $Id$ */
#ifndef NEWGRF_TEXT_H
#define NEWGRF_TEXT_H

/** @file
 * Header of Action 04 "universal holder" structure and functions
 */

StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
StringID GetGRFStringID(uint32 grfid, uint16 stringid);
char *GetGRFString(char *buff, uint16 stringid);
void CleanUpStrings(void);
void SetCurrentGrfLangID(const char *iso_name);

#endif /* NEWGRF_TEXT_H */