mirror of https://github.com/nmlgc/ReC98.git
21 lines
531 B
C++
21 lines
531 B
C++
/* ReC98
|
|
* -----
|
|
* Code segment #38 of TH01's REIIDEN.EXE
|
|
*/
|
|
|
|
#include "th01/rank.h"
|
|
#include "th01/resident.hpp"
|
|
#include "th01/v_colors.hpp"
|
|
#include "th01/snd/mdrv2.h"
|
|
#include "th01/hardware/graph.h"
|
|
#include "th01/hardware/egc.h"
|
|
#include "th01/math/polar.hpp"
|
|
#include "th01/math/vector.hpp"
|
|
#include "th01/main/player/player.hpp"
|
|
#include "th01/main/player/shot.hpp"
|
|
#include "th01/main/bullet/pellet_c.hpp"
|
|
#include "th01/main/player/orb.hpp"
|
|
|
|
#include "th01/main/player/shot.cpp"
|
|
#include "th01/main/bullet/pellet.cpp"
|