summaryrefslogtreecommitdiff
path: root/textscreen/textscreen.h
diff options
context:
space:
mode:
authorSimon Howard2009-01-29 22:54:13 +0000
committerSimon Howard2009-01-29 22:54:13 +0000
commit5a122d591e8fdecd767f12e93f13974cfc86f75a (patch)
tree6bde3cbb3a8db2f6c18495248877306ce2744d02 /textscreen/textscreen.h
parent63c1c6e6dbf7058c162b01a066759bb7b507af45 (diff)
downloadchocolate-doom-5a122d591e8fdecd767f12e93f13974cfc86f75a.tar.gz
chocolate-doom-5a122d591e8fdecd767f12e93f13974cfc86f75a.tar.bz2
chocolate-doom-5a122d591e8fdecd767f12e93f13974cfc86f75a.zip
Add scrollable pane widget to textscreen library.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1437
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 dcefa409..c01e96c8 100644
--- a/textscreen/textscreen.h
+++ b/textscreen/textscreen.h
@@ -32,6 +32,7 @@
#include "txt_inputbox.h"
#include "txt_label.h"
#include "txt_radiobutton.h"
+#include "txt_scrollpane.h"
#include "txt_separator.h"
#include "txt_spinctrl.h"
#include "txt_strut.h"