2021-10-06 20:39:08 +00:00
|
|
|
#pragma option -zCmain_32__TEXT -zPmain_32
|
2021-10-21 02:27:28 +00:00
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
#include "platform.h"
|
|
|
|
#include "pc98.h"
|
|
|
|
#include "th01/math/subpixel.hpp"
|
|
|
|
#include "th01/main/playfld.hpp"
|
|
|
|
#include "th01/main/player/player.hpp"
|
|
|
|
}
|
|
|
|
|
2021-10-30 20:45:31 +00:00
|
|
|
#include "th01/shiftjis/fns.hpp"
|
2021-10-24 17:31:54 +00:00
|
|
|
#include "th01/main/bullet/missile.cpp"
|
2021-10-21 02:27:28 +00:00
|
|
|
#include "th01/main/player/bomb_d_f.cpp"
|
2021-10-06 20:39:08 +00:00
|
|
|
#include "th01/main/particle.cpp"
|