mirror of https://github.com/nmlgc/ReC98.git
5 lines
126 B
NASM
5 lines
126 B
NASM
|
public _total_slow_frames, _total_frames, _total_std_frames
|
||
|
_total_slow_frames dd 0
|
||
|
_total_frames dd 0
|
||
|
_total_std_frames dw 0
|