mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05: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
|