mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 21:27:50 -05:00
9 lines
220 B
C
9 lines
220 B
C
#ifndef POKEHEARTGOLD_UNK_020210A0_H
|
|
#define POKEHEARTGOLD_UNK_020210A0_H
|
|
|
|
void GF_TouchpadInit(void);
|
|
void GF_TouchpadPauseOnLidClose(void);
|
|
void GF_TouchpadResumeOnLidOpen(void);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020210A0_H
|