2020-03-24 13:18:26 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Code segment #3 of TH02's MAIN.EXE
|
|
|
|
*/
|
|
|
|
|
2022-03-12 23:14:12 +00:00
|
|
|
#include <stddef.h>
|
|
|
|
#include "platform.h"
|
|
|
|
#include "pc98.h"
|
|
|
|
#include "planar.h"
|
2023-06-04 13:37:05 +00:00
|
|
|
#include "th02/math/randring.hpp"
|
2020-03-24 13:18:26 +00:00
|
|
|
|
|
|
|
#define RANDRING_INSTANCE 2
|
|
|
|
#include "th02/math/randring.cpp"
|
|
|
|
|
2023-06-04 13:37:05 +00:00
|
|
|
extern "C" {
|
2020-04-05 14:17:33 +00:00
|
|
|
#include "th02/main/bullet/pellet_r.cpp"
|
2020-03-24 13:18:26 +00:00
|
|
|
}
|