2015-03-14 22:25:50 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* 1st part of code segment #2 of TH02's MAINE.EXE
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma codeseg maine_02_TEXT
|
|
|
|
|
2020-08-05 17:14:38 +00:00
|
|
|
extern "C" {
|
2015-03-14 22:25:50 +00:00
|
|
|
#include "th02/th02.h"
|
2019-12-15 19:17:00 +00:00
|
|
|
#include "th02/formats/pi.h"
|
2015-03-14 22:25:50 +00:00
|
|
|
|
2020-06-16 10:43:39 +00:00
|
|
|
#include "th02/hardware/grppsafx.cpp"
|
2015-03-14 22:25:50 +00:00
|
|
|
#include "th02/hardware/keydelay.c"
|
|
|
|
#include "th01/hardware/vplanset.c"
|
|
|
|
#include "th02/formats/pi_load.c"
|
|
|
|
#include "th02/hardware/frmdely1.c"
|
2020-08-05 17:14:38 +00:00
|
|
|
}
|