2020-06-05 15:19:44 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
2020-06-10 20:45:56 +00:00
|
|
|
* 1st part of 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" {
|
|
|
|
#include "platform.h"
|
|
|
|
#include "pc98.h"
|
2020-06-11 17:15:43 +00:00
|
|
|
#include "planar.h"
|
2020-07-03 20:19:17 +00:00
|
|
|
#include "th01/math/subpixel.hpp"
|
2020-06-05 15:19:44 +00:00
|
|
|
|
2020-06-10 20:45:56 +00:00
|
|
|
#include "th01/main/player/shots.cpp"
|
2020-06-05 15:19:44 +00:00
|
|
|
}
|