diff options
Diffstat (limited to 'src/npc.h')
-rw-r--r-- | src/npc.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ class NPC : public Being virtual Type getType() const; - virtual void draw(Graphics *graphics, int offsetX, int offsetY); - void talk(); void nextDialog(); void dialogChoice(char choice); |