Simon namespace

svn-id: r10574
This commit is contained in:
Max Horn 2003-10-03 19:42:27 +00:00
parent 5fa23e5fee
commit a4b72c9d6e
16 changed files with 72 additions and 3 deletions

View file

@ -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