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

#include <gccore.h>

char debugGen3Decode(u8 val);

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