mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
9 lines
217 B
C
9 lines
217 B
C
#ifndef POKEPLATINUM_RANKINGS_MACHINE_H
|
|
#define POKEPLATINUM_RANKINGS_MACHINE_H
|
|
|
|
#include "field_task.h"
|
|
|
|
void RankingsMachine_InitFieldTask(FieldTask *task, u16 machineID);
|
|
|
|
#endif // POKEPLATINUM_RANKINGS_MACHINE_H
|