mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-14 08:50:01 -05:00
9 lines
197 B
C
9 lines
197 B
C
#ifndef GUARD_DEWFORDTREND_H
|
|
#define GUARD_DEWFORDTREND_H
|
|
|
|
void InitDewfordTrend(void);
|
|
void UpdateDewfordTrendPerDay(u16);
|
|
void UpdateDewfordTrendPerDay(u16 days);
|
|
|
|
#endif // GUARD_DEWFORDTREND_H
|