aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 6d262b1d0d..2af5817cff 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -29,6 +29,8 @@
#include "scumm/sound.h"
#include "scumm/verbs.h"
+namespace Scumm {
+
#define OPCODE(x) { &ScummEngine_v2::x, #x }
void ScummEngine_v2::setupOpcodes() {
@@ -1578,3 +1580,5 @@ void ScummEngine_v2::resetSentence() {
VAR(VAR_SENTENCE_OBJECT2) = 0;
VAR(VAR_SENTENCE_PREPOSITION) = 0;
}
+
+} // End of namespace Scumm