Centrally include master.h in ReC98.h

This commit is contained in:
nmlgc 2015-03-03 06:47:23 +01:00
parent 63299cdf42
commit 2ccad4f5a4
8 changed files with 3 additions and 8 deletions

View File

@ -1,8 +1,10 @@
/* ReC98
* -----
* Some useful random constants and macros
* Main include file
*/
#include <master.h>
// Macros
// ------
#define CLAMP_INC(val, max) \

View File

@ -3,7 +3,6 @@
* Code segment #11 of TH01's FUUIN.EXE
*/
#include <master.h>
#include "th01\th01.h"
#undef graph_accesspage

View File

@ -3,7 +3,6 @@
* Code segment #4 of TH02's MAINE.EXE
*/
#include <master.h>
#include "th02\th02.h"
#include "th02\score.c"

View File

@ -3,7 +3,6 @@
* Code segment #5 of TH02's MAINE.EXE
*/
#include <master.h>
#include "th02\th02.h"
void pascal near rotrect_draw(int rad, unsigned char angle)

View File

@ -3,7 +3,6 @@
* Code segment #3 of TH02's OP.EXE
*/
#include <master.h>
#include "th02\th02.h"
void title_flash(void)

View File

@ -3,7 +3,6 @@
* Code segment #4 of TH02's OP.EXE
*/
#include <master.h>
#include <mbctype.h>
#include <mbstring.h>
#include "th02\th02.h"

View File

@ -3,7 +3,6 @@
* Code segment #5 of TH02's OP.EXE
*/
#include <master.h>
#include "th02\th02.h"
char sel = 1;

View File

@ -3,7 +3,6 @@
* Code segment #6 of TH02's OP.EXE
*/
#include <master.h>
#include "th02\th02.h"
#define TRACK_COUNT sizeof(MUSIC_FILES) / sizeof(MUSIC_FILES[0])