mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-15 07:30:48 -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_
|