pokeheartgold/lib/include/nitro/rtc.h
PikalaxALT 32627d02c3 gf_rtc
2021-11-27 11:14:12 -05:00

10 lines
168 B
C

#ifndef NITRO_RTC_H_
#define NITRO_RTC_H_
#ifdef SDK_ARM9
#include <nitro/rtc/ARM9/api.h>
#include <nitro/rtc/ARM9/convert.h>
#endif //SDK_ARM9
#endif //NITRO_RTC_H_