Simon namespace
svn-id: r10574
This commit is contained in:
parent
5fa23e5fee
commit
a4b72c9d6e
16 changed files with 72 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue