mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 15:10:26 +00: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
|