summaryrefslogtreecommitdiff
path: root/src/game-server/npc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/npc.hpp')
-rw-r--r--src/game-server/npc.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/game-server/npc.hpp b/src/game-server/npc.hpp
index db67e460..a5733600 100644
--- a/src/game-server/npc.hpp
+++ b/src/game-server/npc.hpp
@@ -52,6 +52,16 @@ class NPC : public Being
void select(Character *, int);
/**
+ * The player has choosen an integer.
+ */
+ void integerRecepted(Character *ch, int v);
+
+ /**
+ * The player has entered an string.
+ */
+ void stringRecepted(Character *ch, std::string v);
+
+ /**
* Gets NPC ID.
*/
int getNPC() const