From ccde7ed2605c61b83fb305360342039e9723a2db Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 30 Sep 2024 22:29:33 +0200 Subject: IMP: Update SCI and XPCOM specs, as well as GZip specs. Signed-off-by: Amlal --- dev/zka/CompressKit/GZip.hxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev/zka/CompressKit/GZip.hxx (limited to 'dev/zka/CompressKit') 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 + +namespace Kernel::GZip +{ + class IGZipObject; + class IGZipProxy; +} // namespace Kernel::GZip -- cgit v1.2.3