Wip: Working on Room Movement
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
typedef int (*FUNCTION)(std::string s);
|
||||
typedef int (*FUNCTION)(const std::string &s);
|
||||
|
||||
static std::vector<std::string> Verbs{"Quit", "Exit", "Go", "Move", "Look"};
|
||||
static std::vector<std::string> Nouns{"Object", "Door", "North", "South", "East",
|
||||
|
||||
Reference in New Issue
Block a user