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