summaryrefslogtreecommitdiffhomepage
path: root/dev/zka
diff options
context:
space:
mode:
Diffstat (limited to 'dev/zka')
-rw-r--r--dev/zka/CompressKit/GZip.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/zka/CompressKit/GZip.hxx b/dev/zka/CompressKit/GZip.hxx
new file mode 100644
index 00000000..22391fe0
--- /dev/null
+++ b/dev/zka/CompressKit/GZip.hxx
@@ -0,0 +1,15 @@
+/* -------------------------------------------
+
+ Copyright ZKA Technologies.
+
+------------------------------------------- */
+
+#pragma once
+
+#include <NewKit/Defines.hxx>
+
+namespace Kernel::GZip
+{
+ class IGZipObject;
+ class IGZipProxy;
+} // namespace Kernel::GZip