mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
7 lines
112 B
C
7 lines
112 B
C
|
#ifndef GUARD_WALLCLOCK_H
|
||
|
#define GUARD_WALLCLOCK_H
|
||
|
|
||
|
void Cb2_StartWallClock(void);
|
||
|
|
||
|
#endif //GUARD_WALLCLOCK_H
|