ReC98/th02/main/score.cpp

8 lines
170 B
C++
Raw Normal View History

// State
// -----
// Amount of points transferred from [score_delta] to [score] during the
// previous frame.
extern unsigned int score_delta_transferred_prev;
// -----