mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-26 11:28:13 +05:00
10 lines
127 B
C++
10 lines
127 B
C++
#pragma once
|
|
|
|
class Calendar
|
|
{
|
|
public:
|
|
Calendar();
|
|
|
|
static unsigned int GetDayOfMonth();
|
|
static unsigned int GetMonth();
|
|
}; |