pokeruby/include/clock.h
2018-01-16 22:25:35 -06:00

10 lines
166 B
C

#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