pokeemerald/include/clock.h

9 lines
151 B
C
Raw Normal View History

2017-10-12 07:06:19 +00:00
#ifndef GUARD_CLOCK_H
#define GUARD_CLOCK_H
// TODO: time of day and seconds in a day defines
void DoTimeBasedEvents(void);
2018-02-28 12:07:58 +00:00
#endif // GUARD_CLOCK_H