1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

rogueviz:: ads:: ship_history_period

This commit is contained in:
Zeno Rogue
2025-06-22 16:03:07 +02:00
parent 039f1fba29
commit 2b8b24e3f5
4 changed files with 15 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ bool view_proper_times = false;
/** format for displaying time */
const char *tformat = "%.2f";
ld ship_history_period = 0;
void game_menu();
void restart();
void change_scale(ld s);