(svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' part and a part that's for NewGRF strings

This commit is contained in:
rubidium
2009-09-20 10:21:00 +00:00
parent d560807ab5
commit f2a2905669
3 changed files with 65 additions and 47 deletions

View File

@@ -28,4 +28,6 @@ void SwitchToErrorRefStack();
void RewindTextRefStack();
uint RemapNewGRFStringControlCode(uint scc, char **buff, const char **str, int64 *argv);
StringID TTDPStringIDToOTTDStringIDMapping(StringID string);
#endif /* NEWGRF_TEXT_H */