mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 07:46:33 +00:00
10 lines
168 B
C
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_
|