newgrf_text.h
author miham
Tue, 02 Jan 2007 10:22:10 +0000
changeset 5717 aaf643248c19
parent 5228 c4a780348f66
permissions -rw-r--r--
(svn r7742) WebTranslator2 update to 2007-01-02 11:20:30
finnish - 24 fixed, 42 changed by habazi (66)
japanese - 1153 fixed by PouncingAnt (498), ickoonite (655)
/* $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, const char* last);
void CleanUpStrings(void);
void SetCurrentGrfLangID(const char *iso_name);
char *TranslateTTDPatchCodes(const char *str);

#endif /* NEWGRF_TEXT_H */