about summary refs log tree commit diff stats
path: root/gba/source
diff options
context:
space:
mode:
Diffstat (limited to 'gba/source')
-rw-r--r--gba/source/serialize.c6
-rw-r--r--gba/source/serialize.h6
2 files changed, 12 insertions, 0 deletions
diff --git a/gba/source/serialize.c b/gba/source/serialize.c index 6303772..72afe2f 100644 --- a/gba/source/serialize.c +++ b/gba/source/serialize.c
@@ -1,3 +1,9 @@
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 */
1#include "serialize.h" 7#include "serialize.h"
2#include "gamedata.h" 8#include "gamedata.h"
3#include "link.h" 9#include "link.h"
diff --git a/gba/source/serialize.h b/gba/source/serialize.h index 21049c5..38a4d6b 100644 --- a/gba/source/serialize.h +++ b/gba/source/serialize.h
@@ -1,3 +1,9 @@
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 */
1#ifndef POKEMON_H_67C60AC1 7#ifndef POKEMON_H_67C60AC1
2#define POKEMON_H_67C60AC1 8#define POKEMON_H_67C60AC1
3 9