mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-13 12:13:58 -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
|