summaryrefslogtreecommitdiff
path: root/src/gui/npc_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/npc_text.h')
-rw-r--r--src/gui/npc_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/npc_text.h b/src/gui/npc_text.h
index a72de5d0..615902db 100644
--- a/src/gui/npc_text.h
+++ b/src/gui/npc_text.h
@@ -76,6 +76,8 @@ class NpcTextDialog : public Window, public gcn::ActionListener
void nextDialog(int npcID = current_npc);
+ void closeDialog(int npcID = current_npc);
+
/**
* Called when resizing the window.
*