ReC98/th01/main_38.cpp

27 lines
597 B
C++
Raw Normal View History

/* ReC98
* -----
* Code segment #38 of TH01's REIIDEN.EXE
*/
#pragma option -Z
extern "C" {
#include "th01/th01.h"
#include "th01/ranks.h"
#include "th01/snd/mdrv2.h"
#include "th01/formats/ptn.hpp"
#include "th01/hardware/egc.h"
#include "th01/math/subpixel.hpp"
#include "th01/math/vector.hpp"
#include "th01/main/vars.hpp"
#include "th01/main/playfld.hpp"
#include "th01/main/player/player.hpp"
#include "th01/main/player/orb.hpp"
#include "th01/main/bullet/pellet.hpp"
#include "th01/main/player/shots.hpp"
#include "th01/main/player/shots.cpp"
#include "th01/main/bullet/pellet.cpp"
}