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

ads-game:: more settings

This commit is contained in:
Zeno Rogue
2022-09-18 10:22:25 +02:00
parent 6ea3cc4bcc
commit 29ed17410b
2 changed files with 28 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ bool view_proper_times = false;
const char *tformat = "%.2f";
void game_menu();
void restart();
/** all the missiles and objects currently displayed */
vector<struct ads_object*> displayed;