the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 10 lines 127 B view raw
1#pragma once 2 3class Calendar 4{ 5public: 6 Calendar(); 7 8 static unsigned int GetDayOfMonth(); 9 static unsigned int GetMonth(); 10};