aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/AdResponseBox.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-03-06 04:53:30 +0100
committerEinar Johan Trøan Sømåen2012-06-02 12:12:31 +0200
commitff64c8d107b23178b790232a489eecf8924abccd (patch)
tree10bde9476ec948dadab0f7a0b619bb4c2e922b22 /engines/wintermute/AdResponseBox.cpp
parent2b586a768f7ef486f64b36a93993809beea184f7 (diff)
downloadscummvm-rg350-ff64c8d107b23178b790232a489eecf8924abccd.tar.gz
scummvm-rg350-ff64c8d107b23178b790232a489eecf8924abccd.tar.bz2
scummvm-rg350-ff64c8d107b23178b790232a489eecf8924abccd.zip
WINTERMUTE: Add most of the Ad-Classes to module.mk
Diffstat (limited to 'engines/wintermute/AdResponseBox.cpp')
-rw-r--r--engines/wintermute/AdResponseBox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/AdResponseBox.cpp b/engines/wintermute/AdResponseBox.cpp
index ff4407fcfc..d2ff7db96f 100644
--- a/engines/wintermute/AdResponseBox.cpp
+++ b/engines/wintermute/AdResponseBox.cpp
@@ -37,8 +37,8 @@
#include "BFontStorage.h"
#include "BFont.h"
#include "AdResponse.h"
-#include "ScScript.h"
-#include "ScStack.h"
+#include "engines/wintermute/scriptables/ScScript.h"
+#include "engines/wintermute/scriptables/ScStack.h"
#include "BSprite.h"
#include "BFileManager.h"
#include "utils.h"