1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

animation menu

This commit is contained in:
Zeno Rogue
2018-09-10 17:58:36 +02:00
parent a1fe4333d5
commit 6f2deeafcc
6 changed files with 418 additions and 6 deletions

11
hyper.h
View File

@@ -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;
}