2020-07-15 11:05:13 +00:00
|
|
|
#include "th01/ranks.h"
|
|
|
|
|
2020-06-27 19:33:32 +00:00
|
|
|
extern rank_t rank;
|
|
|
|
extern bool bgm_mode;
|
|
|
|
extern char bombs;
|
|
|
|
extern char credit_bombs;
|
2020-12-15 19:09:54 +00:00
|
|
|
|
|
|
|
// Current gameplay frame plus resident_t::rand, without any frame_delay().
|
|
|
|
// Displayed as "rand" in the debug output, but can't be /* ZUN symbol */'d
|
|
|
|
// like that, due to obviously colliding with the C standard library function.
|
|
|
|
extern unsigned long frame_rand;
|
|
|
|
|
2020-06-27 19:33:32 +00:00
|
|
|
extern char lives_extra;
|
2020-07-02 19:19:50 +00:00
|
|
|
|
2020-07-26 12:59:40 +00:00
|
|
|
extern char stage_num;
|
2020-12-11 20:40:40 +00:00
|
|
|
extern bool first_stage_in_scene;
|
2020-07-26 12:59:40 +00:00
|
|
|
|
2020-07-15 11:05:13 +00:00
|
|
|
extern unsigned long score;
|
2021-08-14 18:55:25 +00:00
|
|
|
|
|
|
|
extern bool game_cleared;
|