Files
tmc/tools/gbagfx/rl.h
T
jiangzhengwenjz 43225434d7 initial commit
2020-03-27 09:41:51 +08:00

10 lines
243 B
C

// 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