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