mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +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);
|
||||
@@ -6,7 +6,6 @@
|
||||
void PreGame(int argc, char* argv[],const std::string& GamePath);
|
||||
void InitGame(const std::string& Dir,const std::string&Current);
|
||||
std::string CheckVer(const std::string &path);
|
||||
void SecurityCheck(char* argv[]);
|
||||
void FindDLL(char* args[]);
|
||||
std::string GetGameDir();
|
||||
void LegitimacyCheck();
|
||||
void CheckLocalKey();
|
||||
|
||||
Reference in New Issue
Block a user