summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/CompressKit/API.h (renamed from dev/ZKAKit/CompressKit/RLE.h)4
-rw-r--r--dev/CompressKit/Compress.S11
-rw-r--r--dev/CompressKit/Decompress.S11
-rw-r--r--dev/ZKAKit/CompressKit/GZip.h18
4 files changed, 24 insertions, 20 deletions
diff --git a/dev/ZKAKit/CompressKit/RLE.h b/dev/CompressKit/API.h
index 80005f1b..aaa89d4e 100644
--- a/dev/ZKAKit/CompressKit/RLE.h
+++ b/dev/CompressKit/API.h
@@ -8,11 +8,11 @@
#define COMPRESSKIT_RLE_H
#include <NewKit/Defines.h>
+// #include <CompressKit/Exports.h>
namespace Kernel
{
- class IRLEObject;
- class IRLEProxy;
+ class ICompressProxy;
} // namespace Kernel
#endif // !ifndef COMPRESSKIT_RLE_H
diff --git a/dev/CompressKit/Compress.S b/dev/CompressKit/Compress.S
new file mode 100644
index 00000000..1b605504
--- /dev/null
+++ b/dev/CompressKit/Compress.S
@@ -0,0 +1,11 @@
+/* -------------------------------------------
+
+ Copyright (C) 2024 ELMH GROUP, all rights reserved.
+
+------------------------------------------- */
+
+.section .copyright
+
+.asciiz "ELMH GROUP, 2024"
+
+.text
diff --git a/dev/CompressKit/Decompress.S b/dev/CompressKit/Decompress.S
new file mode 100644
index 00000000..1b605504
--- /dev/null
+++ b/dev/CompressKit/Decompress.S
@@ -0,0 +1,11 @@
+/* -------------------------------------------
+
+ Copyright (C) 2024 ELMH GROUP, all rights reserved.
+
+------------------------------------------- */
+
+.section .copyright
+
+.asciiz "ELMH GROUP, 2024"
+
+.text
diff --git a/dev/ZKAKit/CompressKit/GZip.h b/dev/ZKAKit/CompressKit/GZip.h
deleted file mode 100644
index e1332aae..00000000
--- a/dev/ZKAKit/CompressKit/GZip.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* -------------------------------------------
-
- Copyright (C) 2024, ELMH GROUP, all rights reserved.
-
-------------------------------------------- */
-
-#ifndef COMPRESSKIT_GZIP_H
-#define COMPRESSKIT_GZIP_H
-
-#include <NewKit/Defines.h>
-
-namespace Kernel::GZip
-{
- class IGZIPObject;
- class IGZIPProxy;
-} // namespace Kernel::GZip
-
-#endif // !COMPRESSKIT_GZIP_H