aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Calendar.h
blob: 436c756aec3a06d422d4d7621275ab7e241c69bc (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

class Calendar
{
public:
	Calendar();

	static unsigned int GetDayOfMonth();
	static unsigned int GetMonth();	
};