aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
authorMax Horn2002-05-14 23:32:34 +0000
committerMax Horn2002-05-14 23:32:34 +0000
commitb529d80ed7c39f2aa9718adda2828db27bba5df0 (patch)
treef92bba6ad134ff8837bad007e9dcbe2f9238a506 /debug.cpp
parent659bc0e69167f977e58d9ef3c3bbfb17907121fc (diff)
downloadscummvm-rg350-b529d80ed7c39f2aa9718adda2828db27bba5df0.tar.gz
scummvm-rg350-b529d80ed7c39f2aa9718adda2828db27bba5df0.tar.bz2
scummvm-rg350-b529d80ed7c39f2aa9718adda2828db27bba5df0.zip
added #include "actor.h", some minor tweaks
svn-id: r4332
Diffstat (limited to 'debug.cpp')
-rw-r--r--debug.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/debug.cpp b/debug.cpp
index 8331168912..386f7d37e9 100644
--- a/debug.cpp
+++ b/debug.cpp
@@ -23,11 +23,9 @@
* Readline and command completion support by Tom Dunstan <tommyd@senet.com.au>
*/
-
-
-
#include "stdafx.h"
#include "scumm.h"
+#include "actor.h"
#ifdef HAVE_READLINE
#include "debugrl.h"