mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 00:16:50 +00:00
6 lines
192 B
C++
6 lines
192 B
C++
///
|
|
/// Created by Anonymous275 on 7/18/2020
|
|
///
|
|
#pragma once
|
|
int Download(const std::string& URL,const std::string& Path,bool close);
|
|
std::string HTTP_REQUEST(const std::string& IP,int port); |