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/credits.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk/myst_stacks/credits.cpp') diff --git a/engines/mohawk/myst_stacks/credits.cpp b/engines/mohawk/myst_stacks/credits.cpp index 6c0b2c2951..9e2a5c8baf 100644 --- a/engines/mohawk/myst_stacks/credits.cpp +++ b/engines/mohawk/myst_stacks/credits.cpp @@ -33,6 +33,7 @@ #include "gui/message.h" namespace Mohawk { +namespace MystStacks { // NOTE: Credits Start Card is 10000 @@ -97,4 +98,5 @@ void MystScriptParser_Credits::o_runCredits(uint16 op, uint16 var, uint16 argc, _startTime = _vm->_system->getMillis(); } +} // End of namespace MystStacks } // End of namespace Mohawk -- cgit v1.2.3