summaryrefslogtreecommitdiffhomepage
path: root/dev/CompressKit/API.h
blob: 7d1c0a9dab83d4b7123f0da9cc4b95b631c34a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* -------------------------------------------

	Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.

------------------------------------------- */

#ifndef COMPRESSKIT_RLE_H
#define COMPRESSKIT_RLE_H

#include <NewKit/Defines.h>
// #include <CompressKit/Exports.h>

namespace Kernel
{
	class ICompressProxy;
} // namespace Kernel

#endif // !ifndef COMPRESSKIT_RLE_H