mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
9 lines
206 B
C
9 lines
206 B
C
#ifndef POKEHEARTGOLD_OVERLAY_124_H
|
|
#define POKEHEARTGOLD_OVERLAY_124_H
|
|
|
|
#include "field_system.h"
|
|
|
|
void FieldSystem_Init(OVY_MANAGER *man, FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEHEARTGOLD_OVERLAY_124_H
|