mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-05 10:03:21 -05:00
7 lines
156 B
C
7 lines
156 B
C
#ifndef POKEPLATINUM_POKEDEXDATA_DECL_H
|
|
#define POKEPLATINUM_POKEDEXDATA_DECL_H
|
|
|
|
typedef struct Pokedex Pokedex;
|
|
|
|
#endif // POKEPLATINUM_POKEDEXDATA_DECL_H
|