blob: 80005f1bd5bdec4c3145d46e03078d22db6cfcdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* -------------------------------------------
Copyright (C) 2024, ELMH GROUP, all rights reserved.
------------------------------------------- */
#ifndef COMPRESSKIT_RLE_H
#define COMPRESSKIT_RLE_H
#include <NewKit/Defines.h>
namespace Kernel
{
class IRLEObject;
class IRLEProxy;
} // namespace Kernel
#endif // !ifndef COMPRESSKIT_RLE_H
|