]> git.draconx.ca Git - rrace.git/blobdiff - src/game.h
Add timer display.
[rrace.git] / src / game.h
index 176cb367a51e18671a5a8315961a0cda92658bb2..958cc60f94168489d966fc5ff21466d93c7ff2df 100644 (file)
@@ -188,6 +188,11 @@ void game_reset(struct board *board);
  */
 void game_begin(struct board *board);
 
+/*
+ * Return the total elapsed time (in ms) since the last call to game_begin.
+ */
+int_fast32_t game_elapsed(struct board *board);
+
 /*
  * Disable new moves and clear all tile bits other than the 9 goal tiles.
  * Returns the total elapsed time (in ms).