mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
7 lines
119 B
C
7 lines
119 B
C
#ifndef POKEHEARTGOLD_GF_RTC_H
|
|
#define POKEHEARTGOLD_GF_RTC_H
|
|
|
|
s32 IsNighttime(void);
|
|
|
|
#endif //POKEHEARTGOLD_GF_RTC_H
|