mirror of https://github.com/nmlgc/ReC98.git
10 lines
206 B
C++
10 lines
206 B
C++
|
/* ReC98
|
||
|
* -----
|
||
|
* Code segment #1 of TH03's OP.EXE
|
||
|
*/
|
||
|
|
||
|
extern const playchar_paletted_t demo_chars[DEMO_COUNT][PLAYER_COUNT];
|
||
|
extern const int32_t demo_rand[DEMO_COUNT];
|
||
|
|
||
|
void pascal near start_demo();
|