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