ReC98/th04/main/score.hpp

13 lines
377 B
C++
Raw Normal View History

#include "th04/score.h"
extern unsigned int graze_score; // Set per difficulty.
extern unsigned int stage_graze; // Reset to 0 when moving to a new stage.
extern unsigned char extends_gained;
extern unsigned long score_delta;
void pascal near score_update_and_render(void);
// Adds the entire score delta at once to the current score.
void pascal score_delta_commit(void);