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

@ -30,6 +30,8 @@
#include <sys/stat.h>
#endif
namespace Simon {
byte *SimonEngine::dumpOpcode(byte *p) {
byte opcode;
const char *s, *st;
@ -455,3 +457,4 @@ void SimonEngine::dump_vga_script(byte *ptr, uint res, uint sprite_id) {
dump_vga_script_always(ptr, res, sprite_id);
}
} // End of namespace Simon