1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 20:57:10 +00:00

racing:: measuring times

This commit is contained in:
Zeno Rogue
2018-11-24 03:26:07 +01:00
parent bf23d42e4c
commit 27011f1cf0
4 changed files with 65 additions and 5 deletions

View File

@@ -4685,6 +4685,8 @@ namespace racing {
extern map<cell*, pair<int, int> > trackstage;
extern int current_player;
extern vector<eLand> race_lands;
extern string track_code;
extern int race_start_tick, race_finish_tick[MAXPLAYER];
}
bool subscreen_split(reaction_t for_each_subscreen);