mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-07 13:58:44 -05:00
7 lines
216 B
C
7 lines
216 B
C
#ifndef POKEPLATINUM_STRUCT_DECL_MAP_OBJECT_MANAGER_H
|
|
#define POKEPLATINUM_STRUCT_DECL_MAP_OBJECT_MANAGER_H
|
|
|
|
typedef struct MapObjectManager MapObjectManager;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_DECL_MAP_OBJECT_MANAGER_H
|