summaryrefslogtreecommitdiff
path: root/arm9/lib/NitroSDK/include/CARD_pullOut.h
blob: bfc0e6d2e01eb3abce59b088d12431408965b9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 //POKEDIAMOND_CARD_PULLOUT_H