mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 18:26:14 -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
|