mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
9 lines
205 B
C
9 lines
205 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
|