summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/rl.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-15 20:20:40 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-15 20:20:40 -0400
commit09d866602ecc76fdc5e9be9e3bd1ae0b8547ff13 (patch)
tree312c771cf265503718f3e8c2eb42b92708c55f36 /tools/nitrogfx/rl.h
parentb661c7888c57280a19801b320cf7860e6555f1d3 (diff)
ROM titles
Diffstat (limited to 'tools/nitrogfx/rl.h')
-rw-r--r--tools/nitrogfx/rl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/nitrogfx/rl.h b/tools/nitrogfx/rl.h
new file mode 100644
index 00000000..02ad8d6d
--- /dev/null
+++ b/tools/nitrogfx/rl.h
@@ -0,0 +1,9 @@
+// Copyright (c) 2016 YamaArashi
+
+#ifndef RL_H
+#define RL_H
+
+unsigned char *RLDecompress(unsigned char *src, int srcSize, int *uncompressedSize);
+unsigned char *RLCompress(unsigned char *src, int srcSize, int *compressedSize);
+
+#endif // RL_H