mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
11 lines
212 B
C
11 lines
212 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);
|
|
void FormChangeTimeUpdate();
|
|
|
|
#endif // GUARD_CLOCK_H
|