mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 11:46:28 +00:00
9 lines
135 B
C++
9 lines
135 B
C++
#pragma once
|
|
|
|
class Calendar {
|
|
public:
|
|
Calendar();
|
|
|
|
static unsigned int GetDayOfMonth();
|
|
static unsigned int GetMonth();
|
|
}; |