mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-09 04:25:29 -05:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef GUARD_FIELD_TASKS_H
|
|
#define GUARD_FIELD_TASKS_H
|
|
|
|
void ActivatePerStepCallback(u8);
|
|
|
|
#endif // GUARD_FIELD_TASKS_H
|