Adonthell
0.4
|
Declares the gamedate class. More...
#include "fileops.h"
Go to the source code of this file.
Classes | |
class | gamedate |
Keeps track of the time the player spent within the game so far. More... | |
Macros | |
#define | HOURS_PER_DAY 24 |
The number of hours that make one gameworld day. More... | |
#define | DAYS_PER_WEEK 7 |
The number of days that make one gameworld week. More... | |
Declares the gamedate class.
Definition in file gamedate.h.
#define HOURS_PER_DAY 24 |
The number of hours that make one gameworld day.
Definition at line 35 of file gamedate.h.
#define DAYS_PER_WEEK 7 |
The number of days that make one gameworld week.
Definition at line 40 of file gamedate.h.