mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
rogueviz:: export show_animation
This commit is contained in:
parent
816007c268
commit
e159eb7b47
@ -230,6 +230,7 @@ function<void(presmode)> roguevizslide_action(char c, const T& t, const U& act)
|
|||||||
void no_other_hud(presmode mode);
|
void no_other_hud(presmode mode);
|
||||||
void empty_screen(presmode mode, color_t col = 0xFFFFFFFF);
|
void empty_screen(presmode mode, color_t col = 0xFFFFFFFF);
|
||||||
void show_picture(presmode mode, string s);
|
void show_picture(presmode mode, string s);
|
||||||
|
void show_animation(presmode mode, string s, int sx, int sy, int frames, int fps);
|
||||||
void use_angledir(presmode mode, bool reset);
|
void use_angledir(presmode mode, bool reset);
|
||||||
void slide_error(presmode mode, string s);
|
void slide_error(presmode mode, string s);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user