fix various commandline argument related things

This commit is contained in:
Lion Kortlepel
2024-10-07 00:33:43 +02:00
parent 0eba745d4c
commit 7b59cb6f87
7 changed files with 42 additions and 20 deletions

View File

@@ -11,10 +11,9 @@
#include <vector>
void InitLauncher();
std::string GetEP(char* P = nullptr);
std::string GetEP(const char* P = nullptr);
std::string GetGamePath();
std::string GetVer();
std::string GetPatch();
std::string GetEN();
void ConfigInit();