2020-08-21 22:44:46 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* 4th part of code segment #3 of TH05's MAIN.EXE
|
|
|
|
*/
|
|
|
|
|
2021-03-21 18:35:04 +00:00
|
|
|
#pragma option -zCmain_034_TEXT
|
2020-08-21 22:44:46 +00:00
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
#include "ReC98.h"
|
|
|
|
#include "th01/math/subpixel.hpp"
|
|
|
|
#include "th01/math/area.hpp"
|
|
|
|
#include "th04/math/motion.hpp"
|
2021-06-30 14:30:06 +00:00
|
|
|
#include "th04/main/playfld.hpp"
|
2020-08-21 22:44:46 +00:00
|
|
|
#include "th05/main/boss/boss.hpp"
|
|
|
|
#include "th05/main/boss/bx.cpp"
|
|
|
|
}
|