mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-22 00:00:42 +00:00
reformat
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
/// Created by Anonymous275 on 7/18/2020
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <compare>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void InitLauncher(int argc, char* argv[]);
|
||||
std::string GetEP(char*P = nullptr);
|
||||
std::string GetEP(char* P = nullptr);
|
||||
std::string GetGamePath();
|
||||
std::string GetVer();
|
||||
std::string GetEN();
|
||||
|
||||
Reference in New Issue
Block a user