mirror of https://github.com/nmlgc/ReC98.git
17 lines
310 B
C++
17 lines
310 B
C++
/* ReC98
|
|
* -----
|
|
* Code segment #23 of TH01's REIIDEN.EXE
|
|
*/
|
|
|
|
extern "C" {
|
|
#include "platform.h"
|
|
#include "x86real.h"
|
|
#include "master.hpp"
|
|
#include "th01/formats/grc.cpp"
|
|
#include "th01/hardware/grcg8x8m.cpp"
|
|
#include "th01/hardware/egc.h"
|
|
#include "th01/math/vector.hpp"
|
|
}
|
|
|
|
#include "th01/main/shape.cpp"
|