pokeemerald/include/clock.h

10 lines
183 B
C
Raw Normal View History

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