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

@ -24,6 +24,8 @@
#include "simon/simon.h"
#include "simon/intern.h"
namespace Simon {
static const char *const verb_names[] = {
"Walk to",
"Look at",
@ -455,3 +457,5 @@ bool SimonEngine::hitarea_proc_3(Item *item) {
return true;
}
} // End of namespace Simon