mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-01 15:45:55 -05:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef NITRO_CARD_PULLOUT_H_
|
|
#define NITRO_CARD_PULLOUT_H_
|
|
|
|
BOOL CARD_IsPulledOut(void);
|
|
|
|
#endif //NITRO_CARD_PULLOUT_H_
|