diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-10 19:33:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-10 19:33:09 -0400 |
commit | 05e903f7477a7a904d3026673a32c3f6917b659f (patch) | |
tree | 27c59784c3876717e26f710c444cfdeb8b64be50 /arm9/lib/include/CTRDG_common.h | |
parent | 518b493af185999b3f362af392533cdcf9ca9786 (diff) |
Function decls in main.c
Diffstat (limited to 'arm9/lib/include/CTRDG_common.h')
-rw-r--r-- | arm9/lib/include/CTRDG_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/CTRDG_common.h b/arm9/lib/include/CTRDG_common.h new file mode 100644 index 00000000..c83602b8 --- /dev/null +++ b/arm9/lib/include/CTRDG_common.h @@ -0,0 +1,6 @@ +#ifndef NITRO_CTRDG_COMMON_H_ +#define NITRO_CTRDG_COMMON_H_ + +BOOL CTRDG_IsPulledOut(void); + +#endif //NITRO_CTRDG_COMMON_H_ |