aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-02-05 14:19:07 +0000
committerTorbjörn Andersson2004-02-05 14:19:07 +0000
commit802a301a16ff3f9fe7f25a5a6c337319e27ce7b3 (patch)
tree06fae1d3657ca9be0abdb18adbf6b783fcb80d38 /sword2/console.cpp
parentc9d252640cc955fbee27d9a702d080f778c22bdb (diff)
downloadscummvm-rg350-802a301a16ff3f9fe7f25a5a6c337319e27ce7b3.tar.gz
scummvm-rg350-802a301a16ff3f9fe7f25a5a6c337319e27ce7b3.tar.bz2
scummvm-rg350-802a301a16ff3f9fe7f25a5a6c337319e27ce7b3.zip
Removed some of the #includes from sword2.h
svn-id: r12739
Diffstat (limited to 'sword2/console.cpp')
-rw-r--r--sword2/console.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/sword2/console.cpp b/sword2/console.cpp
index 96337649fa..6f1d67f2d0 100644
--- a/sword2/console.cpp
+++ b/sword2/console.cpp
@@ -20,6 +20,12 @@
#include "common/stdafx.h"
#include "sword2/sword2.h"
#include "sword2/defs.h"
+#include "sword2/console.h"
+#include "sword2/logic.h"
+#include "sword2/maketext.h"
+#include "sword2/resman.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/d_sound.h"
#include "common/debugger.cpp"