1 2 3 4 5 6 7 8
#ifndef NITRO_CARD_BACKUP_H_ #define NITRO_CARD_BACKUP_H_ #include "nitro/types.h" BOOL CARD_TryWaitBackupAsync(void); #endif //NITRO_CARD_BACKUP_H_