From c50223526ce416144495b3c5746e1e2de3d5371b Mon Sep 17 00:00:00 2001 From: orudge Date: Fri, 22 Jul 2005 16:14:24 +0000 Subject: (svn r2681) - Fix OS/2 port, please do not modify openttd.wpj/tgt by hand unless you know what you're doing! --- os2.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'os2.c') diff --git a/os2.c b/os2.c index f853f746f..f8485a26d 100644 --- a/os2.c +++ b/os2.c @@ -1,11 +1,15 @@ #include "stdafx.h" #include "openttd.h" +#include "variables.h" #include "window.h" #include "string.h" #include "table/strings.h" #include "hal.h" #include "gfx.h" #include "gui.h" +#include "saveload.h" +#include "functions.h" +#include "macros.h" #include #include @@ -25,6 +29,8 @@ #include #include +#include + #if defined(WITH_SDL) #include #endif @@ -772,3 +778,9 @@ void JoinOTTDThread(void) DosWaitThread(&thread1, DCWW_WAIT); } + +void CSleep(int milliseconds) +{ + delay(milliseconds); +} + -- cgit v1.2.3-70-g09d2