summaryrefslogtreecommitdiff
path: root/include/play_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/play_time.h')
-rw-r--r--include/play_time.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/play_time.h b/include/play_time.h
index 7a8ea9e..b4b10b1 100644
--- a/include/play_time.h
+++ b/include/play_time.h
@@ -9,6 +9,10 @@ struct PlayTimeStruct
u8 frames;
};
+
+extern struct PlayTimeStruct *gPlayTimeRef;
+extern struct PlayTimeStruct gPlayTime;
+
void IncrementPlayTime(struct PlayTimeStruct *Time);
void ResetPlayTime(struct PlayTimeStruct *Time);
struct PlayTimeStruct *GetPlayTime(void);