summaryrefslogtreecommitdiff
path: root/textscreen/textscreen.h
diff options
context:
space:
mode:
authorSimon Howard2013-03-31 18:46:25 +0000
committerSimon Howard2013-03-31 18:46:25 +0000
commit3ac144025a055a3b85c1f4b2ef05b6f2892788f5 (patch)
tree7b8bb16691ac21ec3ff1c1a414dd28b25edb1319 /textscreen/textscreen.h
parentadbfa3216cf3ef6f71cc5b6b22c25a04ae737212 (diff)
downloadchocolate-doom-3ac144025a055a3b85c1f4b2ef05b6f2892788f5.tar.gz
chocolate-doom-3ac144025a055a3b85c1f4b2ef05b6f2892788f5.tar.bz2
chocolate-doom-3ac144025a055a3b85c1f4b2ef05b6f2892788f5.zip
Add file selector widget to textscreen library.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2570
Diffstat (limited to 'textscreen/textscreen.h')
-rw-r--r--textscreen/textscreen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/textscreen.h b/textscreen/textscreen.h
index c01e96c8..54397d88 100644
--- a/textscreen/textscreen.h
+++ b/textscreen/textscreen.h
@@ -29,6 +29,7 @@
#include "txt_checkbox.h"
#include "txt_desktop.h"
#include "txt_dropdown.h"
+#include "txt_fileselect.h"
#include "txt_inputbox.h"
#include "txt_label.h"
#include "txt_radiobutton.h"