aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index e4b966952e..7293899ced 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -29,6 +29,8 @@
#include "scumm/resource.h"
#include "scumm/scumm.h"
+namespace Scumm {
+
/* Start executing script 'script' with the given parameters */
void ScummEngine::runScript(int script, bool freezeResistant, bool recursive, int *lvarptr) {
ScriptSlot *s;
@@ -1162,3 +1164,5 @@ void ScummEngine::endOverride() {
if (_version > 3)
VAR(VAR_OVERRIDE) = 0;
}
+
+} // End of namespace Scumm