mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-25 07:27:48 -05:00
9 lines
175 B
C
9 lines
175 B
C
#ifndef GUARD_TIME_EVENTS_H
|
|
#define GUARD_TIME_EVENTS_H
|
|
|
|
void UpdateMirageRnd(u16);
|
|
u8 IsMirageIslandPresent(void);
|
|
void UpdateBirchState(u16);
|
|
|
|
#endif // GUARD_TIME_EVENTS_H
|