pokeplatinum/tools/nitrogfx/rl.h
Rachel bf232756b6
Some checks are pending
build / build (push) Waiting to run
Store nitrogfx in the source tree (#734)
2025-09-04 21:24:55 -07: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