mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-15 23:51:16 -05:00
7 lines
123 B
C
7 lines
123 B
C
#ifndef POKEHEARTGOLD_TIMER_3_H
|
|
#define POKEHEARTGOLD_TIMER_3_H
|
|
|
|
void Init_Timer3(void);
|
|
|
|
#endif //POKEHEARTGOLD_TIMER_3_H
|