about summary refs log tree commit diff stats
path: root/source/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/encoding.h')
-rw-r--r--source/encoding.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/encoding.h b/source/encoding.h new file mode 100644 index 0000000..4dc3b1f --- /dev/null +++ b/source/encoding.h
@@ -0,0 +1,14 @@
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 ENCODING_H_95547384
8#define ENCODING_H_95547384
9
10#include <gccore.h>
11
12char debugGen3Decode(u8 val);
13
14#endif /* end of include guard: ENCODING_H_95547384 */