mirror of https://github.com/nmlgc/ReC98.git
12 lines
182 B
C++
12 lines
182 B
C++
|
/* ReC98
|
||
|
* -----
|
||
|
* 3rd part of code segment #3 of TH05's MAIN.EXE
|
||
|
*/
|
||
|
|
||
|
#pragma codeseg main_033_TEXT
|
||
|
|
||
|
extern "C" {
|
||
|
#include "th05/th05.hpp"
|
||
|
#include "th05/main/boss/b4_both.cpp"
|
||
|
}
|