mirror of https://github.com/nmlgc/ReC98.git
8 lines
170 B
C++
8 lines
170 B
C++
![]() |
// State
|
||
|
// -----
|
||
|
|
||
|
// Amount of points transferred from [score_delta] to [score] during the
|
||
|
// previous frame.
|
||
|
extern unsigned int score_delta_transferred_prev;
|
||
|
// -----
|