mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
7 lines
164 B
C
7 lines
164 B
C
#ifndef POKEPLATINUM_POKEDEXDATA_DECL_H
|
|
#define POKEPLATINUM_POKEDEXDATA_DECL_H
|
|
|
|
typedef struct PokedexData PokedexData;
|
|
|
|
#endif // POKEPLATINUM_POKEDEXDATA_DECL_H
|