mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
8 lines
160 B
C++
8 lines
160 B
C++
///
|
|
/// Created by Anonymous275 on 7/24/2020
|
|
///
|
|
#pragma once
|
|
#include <string>
|
|
std::string Comp(std::string Data);
|
|
std::string DeComp(std::string Compressed);
|