1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

ads-game:: underlying/spacetime views

This commit is contained in:
Zeno Rogue
2022-10-14 01:01:50 +02:00
parent a7ca4c2902
commit 45141a9df0
6 changed files with 294 additions and 58 deletions

View File

@@ -128,5 +128,9 @@ void run_ds_game();
/** in the replay mode */
bool in_replay;
void switch_replay();
void replay_animation();
void switch_underlying();
bool ads_draw_cell(cell *c, const shiftmatrix& V);
}}