mirror of https://github.com/nmlgc/ReC98.git
11 lines
148 B
C++
11 lines
148 B
C++
|
/* ReC98
|
||
|
* -----
|
||
|
* 2nd part of code segment #1 of TH04's MAINE.EXE
|
||
|
*/
|
||
|
|
||
|
#pragma codeseg maine_01_TEXT
|
||
|
|
||
|
extern "C" {
|
||
|
#include "th04/end/box.cpp"
|
||
|
}
|