aboutsummaryrefslogtreecommitdiff
path: root/simon/items.cpp
diff options
context:
space:
mode:
authorMax Horn2003-10-03 19:42:27 +0000
committerMax Horn2003-10-03 19:42:27 +0000
commita4b72c9d6e02470551f71276e5d46bd3dbc921f7 (patch)
tree5371ad9bf8a999aa246d9f086cd3197561b7895d /simon/items.cpp
parent5fa23e5fee79e2ce99cdda3d890574c969f10f58 (diff)
downloadscummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.tar.gz
scummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.tar.bz2
scummvm-rg350-a4b72c9d6e02470551f71276e5d46bd3dbc921f7.zip
Simon namespace
svn-id: r10574
Diffstat (limited to 'simon/items.cpp')
-rw-r--r--simon/items.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 02d738041b..3c2e647420 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -32,6 +32,8 @@ extern void force_keyboard(bool);
#endif
+namespace Simon {
+
int SimonEngine::runScript() {
byte opcode;
bool flag, condition;
@@ -1601,3 +1603,5 @@ void SimonEngine::o_unk26_helper(uint a, uint b, uint c, uint d, uint e, uint f,
showmessage_helper_3(_fcs_ptr_1->textLength, _fcs_ptr_1->textMaxLength);
}
}
+
+} // End of namespace Simon