mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
7 lines
200 B
C
7 lines
200 B
C
#ifndef POKEPLATINUM_BERRY_PATCH_MANAGER_DECL_H
|
|
#define POKEPLATINUM_BERRY_PATCH_MANAGER_DECL_H
|
|
|
|
typedef struct BerryPatchManager BerryPatchManager;
|
|
|
|
#endif // POKEPLATINUM_BERRY_PATCH_MANAGER_DECL_H
|