summaryrefslogtreecommitdiff
path: root/src/textfile_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textfile_gui.h')
-rw-r--r--src/textfile_gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/textfile_gui.h b/src/textfile_gui.h
index 56760505c..846e93c56 100644
--- a/src/textfile_gui.h
+++ b/src/textfile_gui.h
@@ -16,6 +16,8 @@
#include "textfile_type.h"
#include "window_gui.h"
+const char *GetTextfile(TextfileType type, Subdirectory dir, const char *filename);
+
/** Window for displaying a textfile */
struct TextfileWindow : public Window, MissingGlyphSearcher {
TextfileType file_type; ///< Type of textfile to view.