mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-23 07:28:07 +00: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();
|
|
}; |