HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
#include <ctime>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | HK_Date |
A Class For Managing Dates. More... | |
Variables | |
const int | HK_DateMode_MDY = 0 |
const int | HK_DateMode_YMD = 1 |
const int | HK_DateMode_DMY = 2 |