2020-03-17 20:04:24 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Code segment #7 of TH01's OP.EXE
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma option -Z
|
|
|
|
|
2020-03-18 17:54:51 +00:00
|
|
|
extern "C" {
|
2020-03-17 20:04:24 +00:00
|
|
|
#include "ReC98.h"
|
2020-03-18 17:54:51 +00:00
|
|
|
#include "th01/hardware/graph.h"
|
2020-03-17 20:04:24 +00:00
|
|
|
|
2020-03-19 13:12:13 +00:00
|
|
|
#include "th01/formats/ptn_0to1.cpp"
|
|
|
|
#include "th01/hardware/vplanset.c"
|
2020-03-18 17:54:51 +00:00
|
|
|
#include "th01/hardware/egccopyr.c"
|
2020-03-17 20:04:24 +00:00
|
|
|
#include "th01/formats/ptn_snap.cpp"
|
2020-03-18 17:54:51 +00:00
|
|
|
}
|