mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
9 lines
148 B
C
9 lines
148 B
C
#ifndef NITRO_CARD_PULLOUT_H_
|
|
#define NITRO_CARD_PULLOUT_H_
|
|
|
|
#include "nitro/types.h"
|
|
|
|
BOOL CARD_IsPulledOut(void);
|
|
|
|
#endif //NITRO_CARD_PULLOUT_H_
|