summaryrefslogtreecommitdiffhomepage
path: root/dev/CompressKit/API.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/CompressKit/API.h')
-rw-r--r--dev/CompressKit/API.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/CompressKit/API.h b/dev/CompressKit/API.h
new file mode 100644
index 00000000..aaa89d4e
--- /dev/null
+++ b/dev/CompressKit/API.h
@@ -0,0 +1,18 @@
+/* -------------------------------------------
+
+ Copyright (C) 2024, ELMH GROUP, 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