mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
9 lines
151 B
C
Executable File
9 lines
151 B
C
Executable File
#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
|