tumbledemerald-legacy/include/clock.h
2022-05-19 17:14:13 +00:00

9 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