mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -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_
|