aboutsummaryrefslogtreecommitdiff
path: root/script_v2.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 /script_v2.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 'script_v2.cpp')
-rw-r--r--script_v2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/script_v2.cpp b/script_v2.cpp
index a6f1693517..d384796638 100644
--- a/script_v2.cpp
+++ b/script_v2.cpp
@@ -23,6 +23,7 @@
#include "stdafx.h"
#include "scumm.h"
+#include "actor.h"
#include "sound/mididrv.h"
#include "sound/imuse.h"