summaryrefslogtreecommitdiff
path: root/os2.c
diff options
context:
space:
mode:
Diffstat (limited to 'os2.c')
-rw-r--r--os2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/os2.c b/os2.c
index de8cc661e..df97c4533 100644
--- a/os2.c
+++ b/os2.c
@@ -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;}