mirror of https://github.com/nmlgc/ReC98.git
7 lines
260 B
C
7 lines
260 B
C
|
// Round-relative frame counter. Resets to 0 when winning or losing.
|
||
|
extern unsigned long round_frame;
|
||
|
extern unsigned char round_frame_mod2;
|
||
|
extern unsigned char round_frame_mod4;
|
||
|
extern unsigned char round_frame_mod8;
|
||
|
extern unsigned char round_frame_mod16;
|