mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 20:04:40 -05:00
7 lines
188 B
C
7 lines
188 B
C
#ifndef POKEPLATINUM_STRUCT_POKETCH_DATA_DECL_H
|
|
#define POKEPLATINUM_STRUCT_POKETCH_DATA_DECL_H
|
|
|
|
typedef struct PoketchData PoketchData;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_POKETCH_DATA_DECL_H
|