about summary refs log tree commit diff stats
path: root/gba/source/serialize.h
blob: a73d84b3c3d7fedc535b251f27f70a4b504d1783 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright (C) 2017 hatkirby
 *
 * This software may be modified and distributed under the terms
 * of the MIT license.  See the LICENSE file for details.
 */
#ifndef POKEMON_H_67C60AC1
#define POKEMON_H_67C60AC1

#include <gba.h>

struct BoxPokemon;
struct PokemonIntermediate;
struct GameData;

void PokemonIntermediateInit(
  struct PokemonIntermediate* pki,
  struct BoxPokemon* bpkm);

void PokemonIntermediateStream(struct PokemonIntermediate* pki);

#endif /* end of include guard: POKEMON_H_67C60AC1 */