diff options
-rw-r--r-- | gba/source/serialize.c | 6 | ||||
-rw-r--r-- | gba/source/serialize.h | 6 | ||||
-rw-r--r-- | include/pokemon.h | 6 |
3 files changed, 18 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 | ||
diff --git a/include/pokemon.h b/include/pokemon.h index 93766ba..80e7ee7 100644 --- a/include/pokemon.h +++ b/include/pokemon.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_AD844D6F | 7 | #ifndef POKEMON_H_AD844D6F |
2 | #define POKEMON_H_AD844D6F | 8 | #define POKEMON_H_AD844D6F |
3 | 9 | ||