2015-03-14 22:25:50 +00:00
|
|
|
/* ReC98
|
|
|
|
* -----
|
|
|
|
* 2nd part of code segment #2 of TH02's MAINE.EXE
|
|
|
|
*/
|
|
|
|
|
2021-03-21 18:35:04 +00:00
|
|
|
#pragma option -zCSHARED
|
2020-10-01 14:34:46 +00:00
|
|
|
|
2021-01-23 13:27:55 +00:00
|
|
|
extern "C" {
|
2021-01-29 17:14:41 +00:00
|
|
|
#include "platform.h"
|
2021-05-21 18:07:21 +00:00
|
|
|
#include "th02/shiftjis/fns.hpp"
|
2015-03-14 22:25:50 +00:00
|
|
|
|
|
|
|
#include "th02/snd/data.c"
|
2021-01-27 16:26:19 +00:00
|
|
|
extern const char pf_fn[] = PF_FN;
|
2021-01-23 13:27:55 +00:00
|
|
|
}
|