mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
animation menu
This commit is contained in:
11
hyper.h
11
hyper.h
@@ -4089,5 +4089,16 @@ void curvepoint(const hyperpoint& H1);
|
||||
dqi_poly& queuecurve(color_t linecol, color_t fillcol, PPR prio);
|
||||
ld cos_auto(ld x);
|
||||
|
||||
namespace anims {
|
||||
void apply();
|
||||
void rollback();
|
||||
void show();
|
||||
bool any_on();
|
||||
bool any_animation();
|
||||
bool center_music();
|
||||
}
|
||||
|
||||
extern int animation_lcm;
|
||||
extern ld animation_factor;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user