mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-20 14:12:28 -05:00
9 lines
151 B
C
9 lines
151 B
C
#ifndef GUARD_CLOCK_H
|
|
#define GUARD_CLOCK_H
|
|
|
|
// TODO: time of day and seconds in a day defines
|
|
|
|
void DoTimeBasedEvents(void);
|
|
|
|
#endif // GUARD_CLOCK_H
|