Files
pokeemerald-modern/include/clock.h
SDarkrai 76e9ca8208 Sure.
2023-06-28 00:27:09 +00:00

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