diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-07 15:22:44 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-18 10:24:58 +0000 |
commit | ccef6c4284a9cc250da72c5835501ae03c2c513f (patch) | |
tree | 0edc78d5572fe8a407884f772031bf6f1cac4ec2 /src/npc.h | |
parent | 5340364ee4b91d5d26358d1ec131016946f2998b (diff) | |
download | mana-ccef6c4284a9cc250da72c5835501ae03c2c513f.tar.gz mana-ccef6c4284a9cc250da72c5835501ae03c2c513f.tar.bz2 mana-ccef6c4284a9cc250da72c5835501ae03c2c513f.tar.xz mana-ccef6c4284a9cc250da72c5835501ae03c2c513f.zip |
Add dialogs to input text and numbers for scripts
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(); |