mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-04 16:45:45 -05:00
7 lines
169 B
C
7 lines
169 B
C
#ifndef POKEPLATINUM_FIELD_SYSTEM_DECL_H
|
|
#define POKEPLATINUM_FIELD_SYSTEM_DECL_H
|
|
|
|
typedef struct FieldSystem_t FieldSystem;
|
|
|
|
#endif // POKEPLATINUM_FIELD_SYSTEM_DECL_H
|