mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 02:38:10 -05:00
10 lines
224 B
C
10 lines
224 B
C
#ifndef POKEHEARTGOLD_BUG_CONTEST_H
|
|
#define POKEHEARTGOLD_BUG_CONTEST_H
|
|
|
|
#include "bug_contest_internal.h"
|
|
#include "script.h"
|
|
|
|
void FieldSys_StartBugContestTimer(UnkSavStruct80 *fsys);
|
|
|
|
#endif //POKEHEARTGOLD_BUG_CONTEST_H
|