diff options
Diffstat (limited to 'src/npc.h')
-rw-r--r-- | src/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ class NPC : public Being void talk(); void nextDialog(); void dialogChoice(char choice); + void integerInput(int value); + void stringInput(const std::string &value); void buy(); void sell(); |