diff options
author | Einar Johan Trøan Sømåen | 2012-03-06 04:53:30 +0100 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-02 12:12:31 +0200 |
commit | ff64c8d107b23178b790232a489eecf8924abccd (patch) | |
tree | 10bde9476ec948dadab0f7a0b619bb4c2e922b22 /engines/wintermute/AdResponseBox.cpp | |
parent | 2b586a768f7ef486f64b36a93993809beea184f7 (diff) | |
download | scummvm-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.cpp | 4 |
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"
|