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