mirror of https://github.com/nmlgc/ReC98.git
7 lines
178 B
C++
7 lines
178 B
C++
![]() |
/// Generic state variables
|
||
|
/// -----------------------
|
||
|
/// Really just freely usable memory shared between all bosses.
|
||
|
|
||
|
extern int boss_phase_frame;
|
||
|
/// -----------------------
|