aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/function.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-02-17 15:07:36 +0000
committerTorbjörn Andersson2006-02-17 15:07:36 +0000
commit002c587965e4d7e772d392d643504d3c0f081e1f (patch)
treead93b559f17bb2ce86bac6f9f89e23a244327946 /engines/sword2/function.cpp
parentbf79947a5be7f1ec9b0fab4391cce26678b593c1 (diff)
downloadscummvm-rg350-002c587965e4d7e772d392d643504d3c0f081e1f.tar.gz
scummvm-rg350-002c587965e4d7e772d392d643504d3c0f081e1f.tar.bz2
scummvm-rg350-002c587965e4d7e772d392d643504d3c0f081e1f.zip
Removed includes from sword2.h so that (hopefully) there will eventually be
less dependencies. svn-id: r20741
Diffstat (limited to 'engines/sword2/function.cpp')
-rw-r--r--engines/sword2/function.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword2/function.cpp b/engines/sword2/function.cpp
index a2f41f48b0..b35325f9f9 100644
--- a/engines/sword2/function.cpp
+++ b/engines/sword2/function.cpp
@@ -25,6 +25,7 @@
#include "sword2/sword2.h"
#include "sword2/defs.h"
+#include "sword2/header.h"
#include "sword2/screen.h"
#include "sword2/console.h"
#include "sword2/interpreter.h"