1 #ifndef TIME_CONTROL_CLASS
2 #define TIME_CONTROL_CLASS
Root object for any class that knows its own name.
Provides some functions that affect time, or ones perception of time.
static void sleep_ms(basis::un_int msec)
a system independent name for a forced snooze measured in milliseconds.
bool set_time(const time_locus &new_time)
makes the current time equal to "new_time".
An object that represents a particular point in time.
unsigned int un_int
Abbreviated name for unsigned integers.