mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 07:46:33 +00:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef NITRO_PXI_H_
|
|
#define NITRO_PXI_H_
|
|
|
|
void PXI_Init(void);
|
|
|
|
#endif //NITRO_PXI_H_
|