2015-03-14 22:25:50 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* 1st part of code segment #2 of TH02's MAINE.EXE
|
|
|
|
*/
|
|
|
|
|
2020-11-03 15:25:41 +00:00
|
|
|
#pragma codeseg SHARED
|
2015-03-14 22:25:50 +00:00
|
|
|
|
2020-08-05 17:14:38 +00:00
|
|
|
extern "C" {
|
2015-03-14 22:25:50 +00:00
|
|
|
#include "th02/th02.h"
|
2020-09-05 21:55:18 +00:00
|
|
|
#include "th02/hardware/frmdelay.h"
|
2019-12-15 19:17:00 +00:00
|
|
|
#include "th02/formats/pi.h"
|
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
|
|
|
}
|