1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

rv::presentation:: split empty_screen and white_screen

This commit is contained in:
Zeno Rogue
2022-06-08 18:05:05 +02:00
parent f02b385138
commit 73ceb6400d
2 changed files with 9 additions and 2 deletions

View File

@@ -231,6 +231,7 @@ function<void(presmode)> roguevizslide_action(char c, const T& t, const U& act)
void add_stat(presmode mode, const bool_reaction_t& stat);
void compare_projections(presmode mode, eModel a, eModel b);
void no_other_hud(presmode mode);
void white_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_animation(presmode mode, string s, int sx, int sy, int frames, int fps);