aboutsummaryrefslogtreecommitdiff
path: root/saga/console.cpp
diff options
context:
space:
mode:
authorJonathan Gray2004-08-01 01:56:22 +0000
committerJonathan Gray2004-08-01 01:56:22 +0000
commit182dd48bd4bf3f1c0bb0e6cf7d208fbe961cf7fa (patch)
tree8e83c3d15a284f734aa0646e5d098ee6bc8942ae /saga/console.cpp
parent5e3236ac47bcda486642753480b96e6d9848bc54 (diff)
downloadscummvm-rg350-182dd48bd4bf3f1c0bb0e6cf7d208fbe961cf7fa.tar.gz
scummvm-rg350-182dd48bd4bf3f1c0bb0e6cf7d208fbe961cf7fa.tar.bz2
scummvm-rg350-182dd48bd4bf3f1c0bb0e6cf7d208fbe961cf7fa.zip
merge reinherit.h into saga.h and gfx_mod.h, note the error loading animations wasn't caused by this commit :)
svn-id: r14405
Diffstat (limited to 'saga/console.cpp')
-rw-r--r--saga/console.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/console.cpp b/saga/console.cpp
index 8c8aabe7d2..34fae3a494 100644
--- a/saga/console.cpp
+++ b/saga/console.cpp
@@ -23,8 +23,8 @@
// Console module
-#include "reinherit.h"
-
+#include "saga.h"
+#include "gfx_mod.h"
#include "font_mod.h"
#include "cvar_mod.h"
#include "events_mod.h"