aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Calendar.h')
-rw-r--r--Minecraft.World/Calendar.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.World/Calendar.h b/Minecraft.World/Calendar.h
new file mode 100644
index 00000000..436c756a
--- /dev/null
+++ b/Minecraft.World/Calendar.h
@@ -0,0 +1,10 @@
+#pragma once
+
+class Calendar
+{
+public:
+ Calendar();
+
+ static unsigned int GetDayOfMonth();
+ static unsigned int GetMonth();
+}; \ No newline at end of file