summaryrefslogtreecommitdiff
path: root/include/clock.h
blob: 4e6560c91085ced965e3a1d5657bfa2d9baf37be (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