diff options
Diffstat (limited to 'source/encoding.h')
-rw-r--r-- | source/encoding.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source/encoding.h b/source/encoding.h new file mode 100644 index 0000000..be99895 --- /dev/null +++ b/source/encoding.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef ENCODING_H_95547384 | ||
2 | #define ENCODING_H_95547384 | ||
3 | |||
4 | #include <gccore.h> | ||
5 | |||
6 | char debugGen3Decode(u8 val); | ||
7 | |||
8 | #endif /* end of include guard: ENCODING_H_95547384 */ | ||