(svn r23935) -Codechange: generalise GetTextfile

This commit is contained in:
rubidium
2012-02-12 10:51:43 +00:00
parent 2a6e23263a
commit 58269b7ad2
3 changed files with 40 additions and 25 deletions

View File

@@ -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.