summaryrefslogtreecommitdiff
path: root/include/clock.h
blob: aa179bf6fbdb8c36507e4b0736ae6fb97b46ac20 (plain)
1
2
3
4
5
6
7
8
#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