From 2ccad4f5a454da0dacb4ce787f94646e5afeeb18 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Tue, 3 Mar 2015 06:47:23 +0100 Subject: [PATCH] Centrally include master.h in ReC98.h --- ReC98.h | 4 +++- th01/fuuin_11.c | 1 - th02/maine_04.c | 1 - th02/maine_05.c | 1 - th02/op_03.c | 1 - th02/op_04.c | 1 - th02/op_05.c | 1 - th02/op_06.c | 1 - 8 files changed, 3 insertions(+), 8 deletions(-) diff --git a/ReC98.h b/ReC98.h index f3eec688..375ebb3a 100644 --- a/ReC98.h +++ b/ReC98.h @@ -1,8 +1,10 @@ /* ReC98 * ----- - * Some useful random constants and macros + * Main include file */ +#include + // Macros // ------ #define CLAMP_INC(val, max) \ diff --git a/th01/fuuin_11.c b/th01/fuuin_11.c index ab126d36..51e8093a 100644 --- a/th01/fuuin_11.c +++ b/th01/fuuin_11.c @@ -3,7 +3,6 @@ * Code segment #11 of TH01's FUUIN.EXE */ -#include #include "th01\th01.h" #undef graph_accesspage diff --git a/th02/maine_04.c b/th02/maine_04.c index 4500bb6f..b72683fa 100644 --- a/th02/maine_04.c +++ b/th02/maine_04.c @@ -3,7 +3,6 @@ * Code segment #4 of TH02's MAINE.EXE */ -#include #include "th02\th02.h" #include "th02\score.c" diff --git a/th02/maine_05.c b/th02/maine_05.c index 6d77962d..5be76985 100644 --- a/th02/maine_05.c +++ b/th02/maine_05.c @@ -3,7 +3,6 @@ * Code segment #5 of TH02's MAINE.EXE */ -#include #include "th02\th02.h" void pascal near rotrect_draw(int rad, unsigned char angle) diff --git a/th02/op_03.c b/th02/op_03.c index 6972f495..551e1428 100644 --- a/th02/op_03.c +++ b/th02/op_03.c @@ -3,7 +3,6 @@ * Code segment #3 of TH02's OP.EXE */ -#include #include "th02\th02.h" void title_flash(void) diff --git a/th02/op_04.c b/th02/op_04.c index 0a5f4d34..5bb064b6 100644 --- a/th02/op_04.c +++ b/th02/op_04.c @@ -3,7 +3,6 @@ * Code segment #4 of TH02's OP.EXE */ -#include #include #include #include "th02\th02.h" diff --git a/th02/op_05.c b/th02/op_05.c index d8d21769..bf978b5d 100644 --- a/th02/op_05.c +++ b/th02/op_05.c @@ -3,7 +3,6 @@ * Code segment #5 of TH02's OP.EXE */ -#include #include "th02\th02.h" char sel = 1; diff --git a/th02/op_06.c b/th02/op_06.c index 548d4a13..619e6eb2 100644 --- a/th02/op_06.c +++ b/th02/op_06.c @@ -3,7 +3,6 @@ * Code segment #6 of TH02's OP.EXE */ -#include #include "th02\th02.h" #define TRACK_COUNT sizeof(MUSIC_FILES) / sizeof(MUSIC_FILES[0])