ReC98/th02/op_02_1.cpp

25 lines
392 B
C++
Raw Normal View History

/* ReC98
* -----
* 1st part of code segment #2 of TH02's OP.EXE
*/
#pragma codeseg SHARED
#pragma option -3
extern "C" {
#include <dos.h>
#include "platform.h"
#include "pc98.h"
#include "planar.h"
#include "th02/resident.hpp"
resident_t *resident;
char unused_op_2_3;
char lives;
char bombs;
long unused_4;
long unused_5;
#include "th01/hardware/vplanset.c"
}