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

	Copyright (C) 2024, Theater Quality Corp, all rights reserved.

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

#ifndef COMPRESSKIT_RLE_H
#define COMPRESSKIT_RLE_H

#include <External/Defines.h>
// #include <LibCompress/Exports.h>

namespace Kernel
{
	class ICompressProxy;
} // namespace Kernel

#endif // !ifndef COMPRESSKIT_RLE_H