pokeemerald/include/clock.h
2023-10-22 21:03:54 +02:00

10 lines
183 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 // GUARD_CLOCK_H