aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/credits.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2011-02-15 21:24:05 +0100
committerBastien Bouclet2011-02-15 21:43:37 +0100
commitfc605427a8021029b1e20ea7fca38eef450cc209 (patch)
tree5420c2aebc841086b84fec7f3798f85028f8a7b9 /engines/mohawk/myst_stacks/credits.cpp
parentc6e86c672bdd3edddad6414a70646f4d458beee2 (diff)
downloadscummvm-rg350-fc605427a8021029b1e20ea7fca38eef450cc209.tar.gz
scummvm-rg350-fc605427a8021029b1e20ea7fca38eef450cc209.tar.bz2
scummvm-rg350-fc605427a8021029b1e20ea7fca38eef450cc209.zip
MOHAWK: Put togeter the Myst stack classes in a namespace
Diffstat (limited to 'engines/mohawk/myst_stacks/credits.cpp')
-rw-r--r--engines/mohawk/myst_stacks/credits.cpp2
1 files changed, 2 insertions, 0 deletions
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