mirror of https://github.com/nmlgc/ReC98.git
Centrally include master.h in ReC98.h
This commit is contained in:
parent
63299cdf42
commit
2ccad4f5a4
4
ReC98.h
4
ReC98.h
|
@ -1,8 +1,10 @@
|
|||
/* ReC98
|
||||
* -----
|
||||
* Some useful random constants and macros
|
||||
* Main include file
|
||||
*/
|
||||
|
||||
#include <master.h>
|
||||
|
||||
// Macros
|
||||
// ------
|
||||
#define CLAMP_INC(val, max) \
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* Code segment #11 of TH01's FUUIN.EXE
|
||||
*/
|
||||
|
||||
#include <master.h>
|
||||
#include "th01\th01.h"
|
||||
|
||||
#undef graph_accesspage
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* Code segment #4 of TH02's MAINE.EXE
|
||||
*/
|
||||
|
||||
#include <master.h>
|
||||
#include "th02\th02.h"
|
||||
|
||||
#include "th02\score.c"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* Code segment #3 of TH02's OP.EXE
|
||||
*/
|
||||
|
||||
#include <master.h>
|
||||
#include "th02\th02.h"
|
||||
|
||||
void title_flash(void)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* Code segment #5 of TH02's OP.EXE
|
||||
*/
|
||||
|
||||
#include <master.h>
|
||||
#include "th02\th02.h"
|
||||
|
||||
char sel = 1;
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue