/* ------------------------------------------- Copyright (C) 2024, Theater Quality Inc, all rights reserved. ------------------------------------------- */ #ifndef COMPRESSKIT_RLE_H #define COMPRESSKIT_RLE_H #include // #include namespace Kernel { class ICompressProxy; } // namespace Kernel #endif // !ifndef COMPRESSKIT_RLE_H