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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/play_time.h b/include/play_time.h
index faae1d0..7a8ea9e 100644
--- a/include/play_time.h
+++ b/include/play_time.h
@@ -1,5 +1,5 @@
-#ifndef PLAY_TIME_H
-#define PLAY_TIME_H
+#ifndef GUARD_PLAY_TIME_H
+#define GUARD_PLAY_TIME_H
struct PlayTimeStruct
{
@@ -16,5 +16,5 @@ void DeconstructPlayTime(struct PlayTimeStruct *r0, u32 *outHours, u32 *outMinut
void InitializePlayTime(void);
-#endif // PLAY_TIME_H
+#endif // GUARD_PLAY_TIME_H