mirror of https://github.com/nmlgc/ReC98.git
21 lines
425 B
C++
21 lines
425 B
C++
/* ReC98
|
|
* -----
|
|
* 2nd part of code segment #3 of TH05's MAIN.EXE
|
|
*/
|
|
|
|
#pragma option -zCmain_032_TEXT
|
|
|
|
extern "C" {
|
|
#include "platform.h"
|
|
#include "pc98.h"
|
|
#include "th01/math/subpixel.hpp"
|
|
#include "th01/math/area.hpp"
|
|
#include "th04/math/vector.hpp"
|
|
#include "th04/math/motion.hpp"
|
|
#include "th04/math/randring.h"
|
|
#include "th04/main/playfld.hpp"
|
|
}
|
|
#include "th05/main/boss/boss.hpp"
|
|
|
|
#include "th05/main/boss/move.cpp"
|