summaryrefslogtreecommitdiff
path: root/src/gui/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/help.h')
-rw-r--r--src/gui/help.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/help.h b/src/gui/help.h
index 3c5d95a1..21e27c34 100644
--- a/src/gui/help.h
+++ b/src/gui/help.h
@@ -69,4 +69,6 @@ class HelpWindow : public Window, public LinkHandler,
gcn::ScrollArea *scrollArea;
};
+extern HelpWindow *helpWindow;
+
#endif