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