mirror of https://github.com/nmlgc/ReC98.git
18 lines
295 B
C++
18 lines
295 B
C++
/* ReC98
|
|
* -----
|
|
* Code segment #7 of TH01's REIIDEN.EXE
|
|
*/
|
|
|
|
#pragma option -zCSHARED
|
|
|
|
extern "C" {
|
|
#include "platform.h"
|
|
#include "pc98.h"
|
|
#include "planar.h"
|
|
#include "master.hpp"
|
|
#include "th01/hardware/graph.h"
|
|
|
|
#include "th01/hardware/egcrect.cpp"
|
|
#include "th01/formats/ptn_snap.cpp"
|
|
}
|