2021-06-30 14:30:06 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* 5th part of code segment #3 of TH05's MAIN.EXE
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma option -zCmain_035_TEXT
|
|
|
|
|
2022-03-12 23:14:12 +00:00
|
|
|
#include "platform.h"
|
|
|
|
#include "pc98.h"
|
2021-06-30 14:30:06 +00:00
|
|
|
#include "th01/math/subpixel.hpp"
|
|
|
|
#include "th01/math/area.hpp"
|
|
|
|
#include "th04/math/motion.hpp"
|
2022-03-06 22:16:48 +00:00
|
|
|
extern "C" {
|
2021-06-30 14:30:06 +00:00
|
|
|
#include "th04/main/playfld.hpp"
|
2022-03-06 22:16:48 +00:00
|
|
|
}
|
2021-06-30 14:30:06 +00:00
|
|
|
#include "th05/main/boss/boss.hpp"
|
2022-03-12 23:14:12 +00:00
|
|
|
|
2021-06-30 14:30:06 +00:00
|
|
|
#include "th05/main/boss/bx.cpp"
|