2020-06-05 15:19:44 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
2020-07-04 11:52:53 +00:00
|
|
|
* Code segment #38 of TH01's REIIDEN.EXE
|
2020-06-05 15:19:44 +00:00
|
|
|
*/
|
|
|
|
|
2020-06-10 20:45:56 +00:00
|
|
|
#pragma option -Z
|
2020-06-05 15:19:44 +00:00
|
|
|
|
2020-06-10 20:45:56 +00:00
|
|
|
extern "C" {
|
2020-07-04 11:52:53 +00:00
|
|
|
#include "th01/th01.h"
|
|
|
|
#include "th01/ranks.h"
|
|
|
|
#include "th01/snd/mdrv2.h"
|
|
|
|
#include "th01/formats/ptn.hpp"
|
|
|
|
#include "th01/hardware/egc.h"
|
2020-07-03 20:19:17 +00:00
|
|
|
#include "th01/math/subpixel.hpp"
|
2020-07-04 11:52:53 +00:00
|
|
|
#include "th01/math/vector.hpp"
|
|
|
|
#include "th01/main/vars.hpp"
|
|
|
|
#include "th01/main/playfld.hpp"
|
|
|
|
#include "th01/main/player/player.hpp"
|
|
|
|
#include "th01/main/player/orb.hpp"
|
|
|
|
#include "th01/main/player/shots.hpp"
|
2020-07-05 20:21:19 +00:00
|
|
|
#include "th01/main/bullet/pellet.hpp"
|
|
|
|
}
|
2020-06-05 15:19:44 +00:00
|
|
|
|
2020-06-10 20:45:56 +00:00
|
|
|
#include "th01/main/player/shots.cpp"
|
2020-07-04 11:52:53 +00:00
|
|
|
#include "th01/main/bullet/pellet.cpp"
|