mirror of https://github.com/nmlgc/ReC98.git
17 lines
292 B
C++
17 lines
292 B
C++
/* ReC98
|
|
* -----
|
|
* Code segment #7 of TH01's OP.EXE
|
|
*/
|
|
|
|
#pragma option -Z
|
|
|
|
extern "C" {
|
|
#include "ReC98.h"
|
|
#include "th01/hardware/graph.h"
|
|
|
|
#include "th01/formats/ptn_0to1.cpp"
|
|
#include "th01/hardware/vplanset.c"
|
|
#include "th01/hardware/egccopyr.c"
|
|
#include "th01/formats/ptn_snap.cpp"
|
|
}
|