From fc605427a8021029b1e20ea7fca38eef450cc209 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 15 Feb 2011 21:24:05 +0100 Subject: MOHAWK: Put togeter the Myst stack classes in a namespace --- engines/mohawk/myst_stacks/makingof.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk/myst_stacks/makingof.cpp') diff --git a/engines/mohawk/myst_stacks/makingof.cpp b/engines/mohawk/myst_stacks/makingof.cpp index 28b8665f52..16167ba96a 100644 --- a/engines/mohawk/myst_stacks/makingof.cpp +++ b/engines/mohawk/myst_stacks/makingof.cpp @@ -33,6 +33,7 @@ #include "gui/message.h" namespace Mohawk { +namespace MystStacks { MystScriptParser_MakingOf::MystScriptParser_MakingOf(MohawkEngine_Myst *vm) : MystScriptParser(vm) { setupOpcodes(); @@ -56,4 +57,5 @@ void MystScriptParser_MakingOf::disablePersistentScripts() { void MystScriptParser_MakingOf::runPersistentScripts() { } +} // End of namespace MystStacks } // End of namespace Mohawk -- cgit v1.2.3