mirror of https://github.com/nmlgc/ReC98.git
16 lines
218 B
C++
16 lines
218 B
C++
|
/* ReC98
|
||
|
* -----
|
||
|
* Code segment #25 of TH01's REIIDEN.EXE
|
||
|
*/
|
||
|
|
||
|
#pragma option -3 -Z
|
||
|
|
||
|
extern "C" {
|
||
|
#include "platform.h"
|
||
|
#include "pc98.h"
|
||
|
#include "th01/hardware/grppsafx.h"
|
||
|
|
||
|
#include "th01/hardware/grppfnfx.cpp"
|
||
|
|
||
|
}
|