From a4b72c9d6e02470551f71276e5d46bd3dbc921f7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 3 Oct 2003 19:42:27 +0000 Subject: Simon namespace svn-id: r10574 --- simon/items.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'simon/items.cpp') 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 -- cgit v1.2.3