about summary refs log tree commit diff stats
path: root/source/deserialize.h
blob: 4ed8754d5af9b6b869be472eb0bd6f23b8521b4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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 DESERIALIZE_H_3E597847
#define DESERIALIZE_H_3E597847

#include <gccore.h>
#include "pokemon.h"
#include "cJSON.h"

cJSON* pokemonToJson(const struct PokemonIntermediate* pki);

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