mirror of https://github.com/nmlgc/ReC98.git
6 lines
105 B
C
6 lines
105 B
C
|
#define BB_SIZE 2048
|
||
|
|
||
|
typedef char __seg* bb_seg_t;
|
||
|
|
||
|
void pascal near bb_stage_load(const char far* fn);
|