diff options
Diffstat (limited to 'arm9/lib/include/CTRDG_common.h')
-rw-r--r-- | arm9/lib/include/CTRDG_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/include/CTRDG_common.h b/arm9/lib/include/CTRDG_common.h index c83602b8..32049f3c 100644 --- a/arm9/lib/include/CTRDG_common.h +++ b/arm9/lib/include/CTRDG_common.h @@ -1,6 +1,8 @@ #ifndef NITRO_CTRDG_COMMON_H_ #define NITRO_CTRDG_COMMON_H_ +#include "nitro/types.h" + BOOL CTRDG_IsPulledOut(void); #endif //NITRO_CTRDG_COMMON_H_ |