diff options
Diffstat (limited to 'Minecraft.World/Calendar.h')
| -rw-r--r-- | Minecraft.World/Calendar.h | 10 |
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 |
