summaryrefslogtreecommitdiff
path: root/textscreen/examples/guitest.c
diff options
context:
space:
mode:
authorSimon Howard2006-05-29 20:00:41 +0000
committerSimon Howard2006-05-29 20:00:41 +0000
commit22b086318556567419e1aea8994a9fc62b9c3ac5 (patch)
treeba62127a48d7b8971d3e8c78dfe4742d817d6cdb /textscreen/examples/guitest.c
parent1531993b0570f1a0af92a0238f4b871d233fa46f (diff)
downloadchocolate-doom-22b086318556567419e1aea8994a9fc62b9c3ac5.tar.gz
chocolate-doom-22b086318556567419e1aea8994a9fc62b9c3ac5.tar.bz2
chocolate-doom-22b086318556567419e1aea8994a9fc62b9c3ac5.zip
Add textscreen.h top level header to avoid having to include all txt_*
headers individually. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 542
Diffstat (limited to 'textscreen/examples/guitest.c')
-rw-r--r--textscreen/examples/guitest.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/textscreen/examples/guitest.c b/textscreen/examples/guitest.c
index 73334b47..b278d80f 100644
--- a/textscreen/examples/guitest.c
+++ b/textscreen/examples/guitest.c
@@ -2,20 +2,7 @@
#include <stdlib.h>
#include <string.h>
-#include "doomkeys.h"
-
-#include "txt_main.h"
-
-#include "txt_checkbox.h"
-#include "txt_button.h"
-#include "txt_desktop.h"
-#include "txt_inputbox.h"
-#include "txt_label.h"
-#include "txt_radiobutton.h"
-#include "txt_separator.h"
-#include "txt_strut.h"
-#include "txt_table.h"
-#include "txt_window.h"
+#include "textscreen.h"
enum
{