December 2014 files
This commit is contained in:
10
Minecraft.World/Calendar.h
Normal file
10
Minecraft.World/Calendar.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
class Calendar
|
||||
{
|
||||
public:
|
||||
Calendar();
|
||||
|
||||
static unsigned int GetDayOfMonth();
|
||||
static unsigned int GetMonth();
|
||||
};
|
||||
Reference in New Issue
Block a user