src/newgrf_text.h
changeset 7369 26325201d4d7
parent 6674 64f4781b4653
child 6870 ca3fd1fbe311
equal deleted inserted replaced
7368:c8585746a177 7369:26325201d4d7
    11 char *GetGRFString(char *buff, uint16 stringid, const char* last);
    11 char *GetGRFString(char *buff, uint16 stringid, const char* last);
    12 void CleanUpStrings();
    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 bool CheckGrfLangID(byte lang_id, byte grf_version);
       
    17 
    16 #endif /* NEWGRF_TEXT_H */
    18 #endif /* NEWGRF_TEXT_H */