mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-22 08:10:42 +00:00
V1.6
Rewrite
This commit is contained in:
10
include/Startup.h
Normal file
10
include/Startup.h
Normal file
@@ -0,0 +1,10 @@
|
||||
///
|
||||
/// Created by Anonymous275 on 7/18/2020
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
void InitLauncher(int argc, char* argv[]);
|
||||
void CheckDir(int argc,char* args[]);
|
||||
std::string GetVer();
|
||||
std::string GetEN();
|
||||
extern bool Dev;
|
||||
Reference in New Issue
Block a user