1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 09:13:02 +00:00

ads:: split initialization functions into multiple, so that they are available in presentations

This commit is contained in:
Zeno Rogue
2024-06-25 17:11:06 +02:00
parent f6ce5a81e4
commit a8ade534b9
4 changed files with 49 additions and 13 deletions

View File

@@ -125,8 +125,10 @@ void reset_textures();
void ds_restart();
void run_ads_game_std();
void add_ads_cleanup();
void run_ds_game();
void run_ds_game_std();
void add_ds_cleanup();
/** in the replay mode */
bool rev_replay;