aboutsummaryrefslogtreecommitdiff
path: root/saga/sthread.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-05-01 19:41:47 +0000
committerEugene Sandulenko2004-05-01 19:41:47 +0000
commitc0772498b6d2351ed2f3c2ba308d0bbda84b7cb0 (patch)
treeaf908b45a373cf37214320e68ab3c15280368773 /saga/sthread.cpp
parent78f2d348253c69180f00221caad0566a09d69345 (diff)
downloadscummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.tar.gz
scummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.tar.bz2
scummvm-rg350-c0772498b6d2351ed2f3c2ba308d0bbda84b7cb0.zip
All graphics and input now is in OSystem.
Only timers left. svn-id: r13723
Diffstat (limited to 'saga/sthread.cpp')
-rw-r--r--saga/sthread.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/saga/sthread.cpp b/saga/sthread.cpp
index e4b52272e7..03ae108f20 100644
--- a/saga/sthread.cpp
+++ b/saga/sthread.cpp
@@ -22,13 +22,11 @@
*/
// Scripting module thread management component
-
+#include "saga.h"
#include "reinherit.h"
#include "yslib.h"
-#include <limits.h>
-
#include "actor_mod.h"
#include "console_mod.h"
#include "text_mod.h"