src/newgrf_text.h
branchNewGRF_ports
changeset 6720 35756db7e577
parent 6674 64f4781b4653
child 6870 ca3fd1fbe311
--- a/src/newgrf_text.h	Sat Jun 02 19:59:29 2007 +0000
+++ b/src/newgrf_text.h	Sat Jul 14 19:42:58 2007 +0000
@@ -13,4 +13,6 @@
 void SetCurrentGrfLangID(const char *iso_name);
 char *TranslateTTDPatchCodes(const char *str);
 
+bool CheckGrfLangID(byte lang_id, byte grf_version);
+
 #endif /* NEWGRF_TEXT_H */