2019-12-20 19:06:42 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Shared #includes for the shot type control translation units
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <stddef.h>
|
|
|
|
#include "platform.h"
|
2020-08-25 12:23:52 +00:00
|
|
|
#include "pc98.h"
|
2020-06-24 12:16:34 +00:00
|
|
|
#include "th01/math/subpixel.hpp"
|
2022-03-06 22:16:48 +00:00
|
|
|
extern "C" {
|
2019-12-20 19:06:42 +00:00
|
|
|
#include "th03/math/randring.h"
|
|
|
|
#include "th04/math/motion.hpp"
|
2021-06-30 14:30:06 +00:00
|
|
|
#include "th04/main/playfld.hpp"
|
2022-03-06 22:16:48 +00:00
|
|
|
}
|
2021-06-30 14:30:06 +00:00
|
|
|
#include "th04/main/player/player.hpp"
|
2020-02-10 20:59:23 +00:00
|
|
|
#include "th05/sprites/main_pat.h"
|
2020-04-05 14:17:33 +00:00
|
|
|
#include "th05/main/player/shot.hpp"
|