mirror of https://github.com/nmlgc/ReC98.git
22 lines
458 B
C++
22 lines
458 B
C++
/* ReC98
|
|
* -----
|
|
* 2nd part of code segment #1 of TH01's REIIDEN.EXE
|
|
*/
|
|
|
|
#pragma option -zPmain_01
|
|
|
|
extern "C" {
|
|
#include "platform.h"
|
|
#include "pc98.h"
|
|
#include "planar.h"
|
|
#include "master.hpp"
|
|
#include "th01/hardware/egc.h"
|
|
#include "th01/main/playfld.hpp"
|
|
#include "th01/main/player/player.hpp"
|
|
#include "th01/main/stage/palette.hpp"
|
|
}
|
|
|
|
#include "th01/main/stage/palette.cpp"
|
|
#include "th01/main/player/inv_spr.cpp"
|
|
#include "th01/main/player/orb.cpp"
|