1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 13:07:40 +00:00

ads-game:: 'pick the game' screen, also dS restarts correctly

This commit is contained in:
Zeno Rogue
2022-09-29 11:10:16 +02:00
parent ef7050aed2
commit b0ae2774a1
5 changed files with 106 additions and 23 deletions

View File

@@ -117,4 +117,9 @@ int talpha = 32;
void init_textures();
void pick_textures();
void draw_textures();
void reset_textures();
void ds_restart();
void run_ads_game_std();
void run_ds_game();
}}