mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-09 04:06:10 -05:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef NITRO_CARD_COMMON_H_
|
|
#define NITRO_CARD_COMMON_H_
|
|
|
|
void CARD_Init(void);
|
|
|
|
#endif //NITRO_CARD_COMMON_H_
|