diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-15 10:44:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 10:44:30 -0400 |
commit | e7fa21a56d7a8e12b31afdf7f1247700c56226c9 (patch) | |
tree | bb3f189674fa45677a591d5d706bd263b9b07c6c /arm9/lib/include/CARD_pullOut.h | |
parent | 5d7b49bfda5d50c9f80bf2780a8614fe210fbc38 (diff) | |
parent | 8845a46444d29d5c4ac491fa040c35af61a3428d (diff) |
Merge pull request #291 from red031000/master
split a lot more of module 5 and arm9 CARD_pullOut
Diffstat (limited to 'arm9/lib/include/CARD_pullOut.h')
-rw-r--r-- | arm9/lib/include/CARD_pullOut.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arm9/lib/include/CARD_pullOut.h b/arm9/lib/include/CARD_pullOut.h index be49b95d..bfc0e6d2 100644 --- a/arm9/lib/include/CARD_pullOut.h +++ b/arm9/lib/include/CARD_pullOut.h @@ -1,8 +1,13 @@ -#ifndef NITRO_CARD_PULLOUT_H_ -#define NITRO_CARD_PULLOUT_H_ +#ifndef POKEDIAMOND_CARD_PULLOUT_H +#define POKEDIAMOND_CARD_PULLOUT_H #include "nitro/types.h" +typedef BOOL (*CARDPulledOutCallback) (void); + +void CARD_InitPulledOutCallback(void); BOOL CARD_IsPulledOut(void); +void CARD_TerminateForPulledOut(void); +void CARDi_CheckPulledOutCore(u32 id); -#endif //NITRO_CARD_PULLOUT_H_ +#endif //POKEDIAMOND_CARD_PULLOUT_H |