mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-07 23:05:07 -05:00
12 lines
209 B
C
12 lines
209 B
C
#ifndef GUARD_unknown_task_H
|
|
#define GUARD_unknown_task_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void remove_some_task(void);
|
|
|
|
#endif //GUARD_unknown_task_H
|