This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
sovereignx/include/clock.h
2018-02-28 13:07:58 +01:00

8 lines
151 B
C

#ifndef GUARD_CLOCK_H
#define GUARD_CLOCK_H
// TODO: time of day and seconds in a day defines
void DoTimeBasedEvents(void);
#endif // GUARD_CLOCK_H