mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-11 18:26:10 +00:00
V1.6
Rewrite
This commit is contained in:
11
include/Security/Init.h
Normal file
11
include/Security/Init.h
Normal file
@@ -0,0 +1,11 @@
|
||||
///
|
||||
/// Created by Anonymous275 on 7/18/2020
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
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[]);
|
||||
std::string GetGameDir();
|
||||
void LegitimacyCheck();
|
||||
Reference in New Issue
Block a user