mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-16 21:30:15 +00:00
V1.6
Rewrite
This commit is contained in:
7
include/Zlib/Compressor.h
Normal file
7
include/Zlib/Compressor.h
Normal file
@@ -0,0 +1,7 @@
|
||||
///
|
||||
/// Created by Anonymous275 on 7/24/2020
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
std::string Comp(std::string Data);
|
||||
std::string DeComp(std::string Compressed);
|
||||
Reference in New Issue
Block a user