Adonthell  0.4
gamedate.h File Reference

Declares the gamedate class. More...

#include "fileops.h"
Include dependency graph for gamedate.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declares the gamedate class.

Author
Kai Sterker

Definition in file gamedate.h.

Macro Definition Documentation

◆ HOURS_PER_DAY

#define HOURS_PER_DAY   24

The number of hours that make one gameworld day.

Definition at line 35 of file gamedate.h.

◆ DAYS_PER_WEEK

#define DAYS_PER_WEEK   7

The number of days that make one gameworld week.

Definition at line 40 of file gamedate.h.