about summary refs log tree commit diff stats
path: root/source/deserialize.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/deserialize.h')
-rw-r--r--source/deserialize.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/deserialize.h b/source/deserialize.h new file mode 100644 index 0000000..4ed8754 --- /dev/null +++ b/source/deserialize.h
@@ -0,0 +1,16 @@
1/*
2 * Copyright (C) 2017 hatkirby
3 *
4 * This software may be modified and distributed under the terms
5 * of the MIT license. See the LICENSE file for details.
6 */
7#ifndef DESERIALIZE_H_3E597847
8#define DESERIALIZE_H_3E597847
9
10#include <gccore.h>
11#include "pokemon.h"
12#include "cJSON.h"
13
14cJSON* pokemonToJson(const struct PokemonIntermediate* pki);
15
16#endif /* end of include guard: DESERIALIZE_H_3E597847 */