2020-08-13 13:00:57 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* 2nd part of code segment #3 of TH05's MAIN.EXE
|
|
|
|
*/
|
|
|
|
|
2021-03-21 18:35:04 +00:00
|
|
|
#pragma option -zCmain_032_TEXT
|
2020-08-13 13:00:57 +00:00
|
|
|
|
|
|
|
extern "C" {
|
2021-06-16 04:19:15 +00:00
|
|
|
#include "platform.h"
|
|
|
|
#include "pc98.h"
|
|
|
|
#include "th01/math/subpixel.hpp"
|
|
|
|
#include "th01/math/area.hpp"
|
2020-08-16 14:03:31 +00:00
|
|
|
#include "th04/math/vector.hpp"
|
2021-06-16 04:19:15 +00:00
|
|
|
#include "th04/math/motion.hpp"
|
|
|
|
#include "th04/math/randring.h"
|
|
|
|
#include "th04/main/playfld.hpp"
|
2022-03-06 22:16:48 +00:00
|
|
|
}
|
2021-06-16 04:19:15 +00:00
|
|
|
#include "th05/main/boss/boss.hpp"
|
2022-03-06 22:16:48 +00:00
|
|
|
|
2020-08-13 13:00:57 +00:00
|
|
|
#include "th05/main/boss/move.cpp"
|