1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

ads-game:: spacetime functions renamed

This commit is contained in:
Zeno Rogue
2022-10-15 14:26:12 +02:00
parent 17e2a56320
commit c6dad6ee99
2 changed files with 14 additions and 3 deletions

View File

@@ -131,7 +131,9 @@ void switch_replay();
void switch_pause();
void replay_animation();
void switch_underlying();
bool in_spacetime();
void switch_spacetime();
void switch_spacetime_to(bool);
bool ads_draw_cell(cell *c, const shiftmatrix& V);
extern transmatrix Duality;
extern int use_duality;