mirror of https://github.com/pret/pokeemerald.git
9 lines
134 B
C
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
|