src/newgrf_text.h
author bjarni
Tue, 27 Feb 2007 23:42:47 +0000
branchcpp_gui
changeset 6266 3fa43db5af91
parent 5726 8f399788f6c9
child 6298 c30fe89622df
permissions -rw-r--r--
(svn r8936) [cpp_gui] -Fix r8803: change of Point broke compilation of cocoa_v.mm
/* $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 */