2015-02-27 22:11:47 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* Code segment #11 of TH01's FUUIN.EXE
|
|
|
|
*/
|
2015-09-07 13:44:02 +00:00
|
|
|
|
2021-04-12 14:15:58 +00:00
|
|
|
#pragma option -zCSHARED
|
|
|
|
|
2020-08-05 17:14:38 +00:00
|
|
|
extern "C" {
|
2020-11-07 19:16:17 +00:00
|
|
|
#include "platform.h"
|
|
|
|
#include "pc98.h"
|
|
|
|
#include "planar.h"
|
|
|
|
#include "master.hpp"
|
|
|
|
#include "th01/hardware/graph.h"
|
2015-02-27 22:11:47 +00:00
|
|
|
|
2020-09-28 10:00:40 +00:00
|
|
|
#include "th01/hardware/egcrect.cpp"
|
2020-08-05 17:14:38 +00:00
|
|
|
}
|