mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-07 05:38:29 -05:00
7 lines
178 B
C
7 lines
178 B
C
#ifndef POKEPLATINUM_STRUCT_DECL_MAP_OBJECT_H
|
|
#define POKEPLATINUM_STRUCT_DECL_MAP_OBJECT_H
|
|
|
|
typedef struct MapObject MapObject;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_DECL_MAP_OBJECT_H
|