From 22b086318556567419e1aea8994a9fc62b9c3ac5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 29 May 2006 20:00:41 +0000 Subject: Add textscreen.h top level header to avoid having to include all txt_* headers individually. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 542 --- textscreen/examples/calculator.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'textscreen/examples/calculator.c') diff --git a/textscreen/examples/calculator.c b/textscreen/examples/calculator.c index 18f63aa1..c2be94f8 100644 --- a/textscreen/examples/calculator.c +++ b/textscreen/examples/calculator.c @@ -1,10 +1,8 @@ #include #include -#include "txt_button.h" -#include "txt_desktop.h" -#include "txt_label.h" -#include "txt_separator.h" + +#include "textscreen.h" typedef enum { -- cgit v1.2.3