summaryrefslogtreecommitdiff
path: root/game_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'game_time.h')
-rw-r--r--game_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/game_time.h b/game_time.h
new file mode 100644
index 0000000..1cdbbc8
--- /dev/null
+++ b/game_time.h
@@ -0,0 +1,2 @@
+void delay(void);
+float get_delta_time();