diff options
author | Max Horn | 2010-05-04 11:59:22 +0000 |
---|---|---|
committer | Max Horn | 2010-05-04 11:59:22 +0000 |
commit | 970745e60c41286ff2dc1a448a5e6c39e4581671 (patch) | |
tree | 61ba53cd840bb277b36d3c05cc29233f2e0606f5 /engines/sci/engine | |
parent | b3e404109c31160c978a17ebe497b9bdef9ff51a (diff) | |
download | scummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.tar.gz scummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.tar.bz2 scummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.zip |
Move DebugChannel related code to new header
svn-id: r48935
Diffstat (limited to 'engines/sci/engine')
-rw-r--r-- | engines/sci/engine/kpathing.cpp | 1 | ||||
-rw-r--r-- | engines/sci/engine/vm.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/engine/kpathing.cpp b/engines/sci/engine/kpathing.cpp index 9746bbada1..25d967c247 100644 --- a/engines/sci/engine/kpathing.cpp +++ b/engines/sci/engine/kpathing.cpp @@ -31,6 +31,7 @@ #include "sci/graphics/palette.h" #include "sci/graphics/screen.h" +#include "common/debug-channels.h" #include "common/list.h" #include "common/system.h" diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp index d32b2babc5..3683795a79 100644 --- a/engines/sci/engine/vm.cpp +++ b/engines/sci/engine/vm.cpp @@ -24,6 +24,7 @@ */ #include "common/debug.h" +#include "common/debug-channels.h" #include "common/stack.h" #include "common/config-manager.h" |