src/newgrf_text.h
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 5726 8f399788f6c9
child 6303 84c215fc8eb8
equal deleted inserted replaced
9894:70d78ac95d6c 9895:7bd07f43b0e3
     7  */
     7  */
     8 
     8 
     9 StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
     9 StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
    10 StringID GetGRFStringID(uint32 grfid, uint16 stringid);
    10 StringID GetGRFStringID(uint32 grfid, uint16 stringid);
    11 char *GetGRFString(char *buff, uint16 stringid, const char* last);
    11 char *GetGRFString(char *buff, uint16 stringid, const char* last);
    12 void CleanUpStrings(void);
    12 void CleanUpStrings();
    13 void SetCurrentGrfLangID(const char *iso_name);
    13 void SetCurrentGrfLangID(const char *iso_name);
    14 char *TranslateTTDPatchCodes(const char *str);
    14 char *TranslateTTDPatchCodes(const char *str);
    15 
    15 
    16 #endif /* NEWGRF_TEXT_H */
    16 #endif /* NEWGRF_TEXT_H */