diff options
Diffstat (limited to 'src/gui/npc.h')
-rw-r--r-- | src/gui/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/npc.h b/src/gui/npc.h index 5bede528..afe56805 100644 --- a/src/gui/npc.h +++ b/src/gui/npc.h @@ -86,4 +86,6 @@ class NpcListDialog : public Window, public gcn::ActionListener, std::vector<std::string> items; }; +extern NpcListDialog *npcListDialog; + #endif |