10 lines
249 B
C
Raw Normal View History

2021-11-18 14:21:54 -05:00
#ifndef POKEHEARTGOLD_GF_RTC_H
#define POKEHEARTGOLD_GF_RTC_H
s32 IsNighttime(void);
2021-11-18 14:58:19 -05:00
void GF_RTC_CopyTime(RTCTime *time);
void GF_RTC_CopyDate(RTCDate *date);
void GF_RTC_CopyDateTime(RTCDate *date, RTCTime *time);
2021-11-18 14:21:54 -05:00
#endif //POKEHEARTGOLD_GF_RTC_H