mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 08:26:01 +00:00
10 lines
220 B
C++
10 lines
220 B
C++
///
|
|
/// 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; |