mirror of https://github.com/nmlgc/ReC98.git
19 lines
359 B
C++
19 lines
359 B
C++
/* ReC98
|
|
* -----
|
|
* 5th part of code segment #3 of TH05's MAIN.EXE
|
|
*/
|
|
|
|
#pragma option -zCmain_035_TEXT
|
|
|
|
#include "platform.h"
|
|
#include "pc98.h"
|
|
#include "th01/math/subpixel.hpp"
|
|
#include "th01/math/area.hpp"
|
|
#include "th04/math/motion.hpp"
|
|
extern "C" {
|
|
#include "th04/main/playfld.hpp"
|
|
}
|
|
#include "th05/main/boss/boss.hpp"
|
|
|
|
#include "th05/main/boss/bx.cpp"
|