mirror of
https://github.com/pret/pmd-sky.git
synced 2026-07-22 03:13:49 -05: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_
|