rewrite
This commit is contained in:
3543
Test/Hyperion-core-v0.1.0/lib/LibDeflate
Executable file
3543
Test/Hyperion-core-v0.1.0/lib/LibDeflate
Executable file
File diff suppressed because it is too large
Load Diff
9
Test/Hyperion-core-v0.1.0/lib/deflate
Executable file
9
Test/Hyperion-core-v0.1.0/lib/deflate
Executable file
@@ -0,0 +1,9 @@
|
||||
local deflate=require("LibDeflate")
|
||||
local lib={}
|
||||
lib.compress=function(data)
|
||||
return deflate:CompressDeflate(data)
|
||||
end
|
||||
lib.decompress=function(data)
|
||||
return deflate:DecompressDeflate(data)
|
||||
end
|
||||
return lib
|
||||
0
Test/Hyperion-core-v0.1.0/lib/globals/string
Executable file
0
Test/Hyperion-core-v0.1.0/lib/globals/string
Executable file
0
Test/Hyperion-core-v0.1.0/lib/globals/table
Executable file
0
Test/Hyperion-core-v0.1.0/lib/globals/table
Executable file
Reference in New Issue
Block a user