diff options
Diffstat (limited to 'os2.c')
-rw-r--r-- | os2.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -261,3 +261,6 @@ void CSleep(int milliseconds) { delay(milliseconds); } + +const char *FS2OTTD(const char *name) {return name;} +const char *OTTD2FS(const char *name) {return name;} |