mirror of
https://github.com/pret/berry-fix.git
synced 2026-08-06 17:32:34 -05:00
8 lines
172 B
C
8 lines
172 B
C
#ifndef GUARD_EVENT_DATA_H
|
|
#define GUARD_EVENT_DATA_H
|
|
|
|
bool32 BerryFix_ShouldResetPacifidlogTM(void);
|
|
bool32 BerryFix_ResetPacifidlogTM(void);
|
|
|
|
#endif //GUARD_EVENT_DATA_H
|