pokefirered/include/wallclock.h
cawtds c2e0ab5d73
Rtc implementation (#5)
added RTC and fixed time based evolutions
2024-05-05 14:20:30 +02:00

8 lines
142 B
C

#ifndef GUARD_WALLCLOCK_H
#define GUARD_WALLCLOCK_H
void CB2_StartWallClock(void);
void CB2_ViewWallClock(void);
#endif //GUARD_WALLCLOCK_H