mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
7 lines
165 B
C
7 lines
165 B
C
#ifndef NITRO_RTC_CONVERT_H_
|
|
#define NITRO_RTC_CONVERT_H_
|
|
|
|
s64 RTC_ConvertDateTimeToSecond(const RTCDate *date, const RTCTime *time);
|
|
|
|
#endif //NITRO_RTC_CONVERT_H_
|