mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-14 19:56:17 +00:00
Network, bug fixes, more patters, GELua and a lot more
This commit is contained in:
13
include/Compressor.h
Normal file
13
include/Compressor.h
Normal file
@@ -0,0 +1,13 @@
|
||||
///
|
||||
/// Created by Anonymous275 on 1/30/22
|
||||
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
|
||||
///
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class Zlib {
|
||||
public:
|
||||
static std::string DeComp(std::string Compressed);
|
||||
static std::string Comp(std::string Data);
|
||||
};
|
||||
Reference in New Issue
Block a user