mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
credit to @cbt6 for helping match ov110_021E5C60 Co-Authored-By: cbt6 <91667135+cbt6@users.noreply.github.com>
12 lines
294 B
C
12 lines
294 B
C
#ifndef POKEHEARTGOLD_UNK_020210A0_H
|
|
#define POKEHEARTGOLD_UNK_020210A0_H
|
|
|
|
void GF_TouchpadInit(void);
|
|
void GF_TouchpadPauseOnLidClose(void);
|
|
void GF_TouchpadResumeOnLidOpen(void);
|
|
void sub_020210BC(void);
|
|
void sub_02021148(int);
|
|
BOOL sub_02021238(void);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020210A0_H
|