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... | |
Defines | |
| #define | HOURS_PER_DAY 24 |
| The number of hours that make one gameworld day. | |
| #define | DAYS_PER_WEEK 7 |
| The number of days that make one gameworld week. | |
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 31 of file gamedate.h.
| #define DAYS_PER_WEEK 7 |
The number of days that make one gameworld week.
Definition at line 36 of file gamedate.h.
1.7.1