2022-02-20 11:32:49 +00:00
|
|
|
#pragma option -zPmain_03
|
2020-08-14 15:52:47 +00:00
|
|
|
|
2024-05-20 18:02:24 +00:00
|
|
|
#include "libs/master.lib/master.hpp"
|
2021-06-26 13:30:39 +00:00
|
|
|
#include "th01/math/overlap.hpp"
|
2022-04-16 03:25:19 +00:00
|
|
|
#include "th04/math/randring.hpp"
|
2021-06-24 17:41:56 +00:00
|
|
|
#include "th04/math/vector.hpp"
|
2021-06-27 13:28:58 +00:00
|
|
|
#include "th04/sprites/main_pat.h"
|
2021-06-24 17:41:56 +00:00
|
|
|
#include "th04/main/playperf.hpp"
|
|
|
|
#include "th04/main/player/player.hpp"
|
2022-03-23 22:15:34 +00:00
|
|
|
#include "th04/main/bullet/clearzap.hpp"
|
2021-06-27 13:28:58 +00:00
|
|
|
#include "th04/main/gather.hpp"
|
2020-08-14 15:52:47 +00:00
|
|
|
|
|
|
|
#pragma option -a2
|
2021-07-13 22:56:02 +00:00
|
|
|
#include "th04/main/bullet/add.cpp"
|