mirror of https://github.com/nmlgc/ReC98.git
17 lines
296 B
C++
17 lines
296 B
C++
/* ReC98
|
|
* -----
|
|
* Code segment #27 of TH01's REIIDEN.EXE
|
|
*/
|
|
|
|
extern "C" {
|
|
#include <stddef.h>
|
|
#include "platform.h"
|
|
#include "pc98.h"
|
|
#include "planar.h"
|
|
#include "master.hpp"
|
|
|
|
#include "th01/main/player/move.cpp"
|
|
#include "th01/formats/ptn_main.cpp"
|
|
}
|
|
#include "th01/main/player/player.cpp"
|