mirror of https://github.com/nmlgc/ReC98.git
14 lines
187 B
C++
14 lines
187 B
C++
|
/* ReC98
|
||
|
* -----
|
||
|
* 2nd part of code segment #1 of TH01's REIIDEN.EXE
|
||
|
*/
|
||
|
|
||
|
#pragma codeseg main_01__TEXT main_01
|
||
|
|
||
|
extern "C" {
|
||
|
#include "ReC98.h"
|
||
|
|
||
|
#include "th01/main/player/orb.cpp"
|
||
|
|
||
|
}
|