]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/day.h
refactoring
[dragonblocks_alpha.git] / src / day.h
index b35e12efc052744a4290af2352cd062be180d727..75cf3e906f8749fe8336a737ad4ed2d776ccdb76 100644 (file)
--- a/src/day.h
+++ b/src/day.h
@@ -3,6 +3,7 @@
 
 #include <stdbool.h>
 #include "types.h"
+
 #define MINUTES_PER_HOUR 60
 #define HOURS_PER_DAY 24
 #define MINUTES_PER_DAY (HOURS_PER_DAY * MINUTES_PER_HOUR)
@@ -17,4 +18,4 @@ void split_time_of_day(int *hours, int *minutes);
 
 extern bool timelapse;
 
-#endif
+#endif // _DAY_H_