summaryrefslogtreecommitdiff
path: root/include/clock.h
blob: 5772145d37e9391deed72568f558041a01eb1046 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GUARD_CLOCK_H
#define GUARD_CLOCK_H

// TODO: time of day and seconds in a day defines

void InitTimeBasedEvents(void);
void DoTimeBasedEvents(void);

#endif