diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-07 18:47:05 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-07 18:47:05 -0600 |
commit | 75f9c1650420a5d6a0e8130f471481ab19e27a77 (patch) | |
tree | 77a75a4277cd12d19c7f72977e105fcefe271a23 /tools/gbagfx/rl.h | |
parent | a11c65ff1ac380cd213b26d0bb7a2787936b33f9 (diff) | |
parent | 75c359e3001badee4eaaf496255d3a51bdcb124e (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'tools/gbagfx/rl.h')
-rw-r--r-- | tools/gbagfx/rl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/gbagfx/rl.h b/tools/gbagfx/rl.h new file mode 100644 index 000000000..02ad8d6d3 --- /dev/null +++ b/tools/gbagfx/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 |