mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 10:20:36 -05:00
7 lines
83 B
C
7 lines
83 B
C
#ifndef NITRO_PM_H_
|
|
#define NITRO_PM_H_
|
|
|
|
void PM_Init(void);
|
|
|
|
#endif //NITRO_PM_H_
|