mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01: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
|