1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

more options in line animation

This commit is contained in:
Zeno Rogue
2019-04-03 20:27:45 +02:00
parent 44495852ad
commit 4284831069
5 changed files with 44 additions and 22 deletions

View File

@@ -1443,7 +1443,9 @@ namespace conformal {
extern int bandhalf;
extern ld extra_line_steps;
void create();
void create(cell *start, cell *target);
void create_playerpath();
void create_recenter_to_view();
void clear();
void model_menu();
void history_menu();