1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-03-12 16:52:20 +01:00
2017-10-12 02:06:19 -05:00

9 lines
134 B
C

#ifndef GUARD_CLOCK_H
#define GUARD_CLOCK_H
// TODO: time of day and seconds in a day defines
void DoTimeBasedEvents(void);
#endif