mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-13 19:26:20 +00:00
Base for new system
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
/// Created by Anonymous275 on 7/18/2020
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
int Download(const std::string& URL,const std::string& Path,bool close);
|
||||
std::string PostHTTP(const std::string& IP, const std::string& Fields);
|
||||
std::string HTTP_REQUEST(const std::string& IP,int port);
|
||||
Reference in New Issue
Block a user