mirror of
https://github.com/pret/pokeruby.git
synced 2026-09-26 13:33:06 -04:00
10 lines
166 B
C
10 lines
166 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);
|
|
|
|
#endif
|