diff options
Diffstat (limited to 'gba/source/serialize.h')
| -rw-r--r-- | gba/source/serialize.h | 19 |
1 files changed, 19 insertions, 0 deletions
| diff --git a/gba/source/serialize.h b/gba/source/serialize.h new file mode 100644 index 0000000..21049c5 --- /dev/null +++ b/gba/source/serialize.h | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | #ifndef POKEMON_H_67C60AC1 | ||
| 2 | #define POKEMON_H_67C60AC1 | ||
| 3 | |||
| 4 | #include <gba.h> | ||
| 5 | |||
| 6 | struct BoxPokemon; | ||
| 7 | struct PokemonIntermediate; | ||
| 8 | struct GameData; | ||
| 9 | |||
| 10 | void PokemonIntermediateInit( | ||
| 11 | struct PokemonIntermediate* pki, | ||
| 12 | struct BoxPokemon* bpkm, | ||
| 13 | u16 trainerId, | ||
| 14 | u16 secretId, | ||
| 15 | const struct GameData* gameData); | ||
| 16 | |||
| 17 | void PokemonIntermediateStream(struct PokemonIntermediate* pki); | ||
| 18 | |||
| 19 | #endif /* end of include guard: POKEMON_H_67C60AC1 */ | ||
