pokeplatinum/lib/include/nitro/rtc.h
luckytyphlosion 486ec0e42f Add in NitroSDK headers.
From pokeheartgold.
2022-12-22 17:15:56 -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_