mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-12 18:56:06 +00:00
[Updated & Fixed] Launch Button, Settings UI, Console.
This commit is contained in:
@@ -21,7 +21,7 @@ struct VersionParser {
|
||||
|
||||
class Launcher {
|
||||
public: // constructors
|
||||
Launcher(int argc, char* argv[]);
|
||||
Launcher();
|
||||
~Launcher();
|
||||
|
||||
public: // available functions
|
||||
@@ -61,6 +61,9 @@ class Launcher {
|
||||
void ListenIPC();
|
||||
void Abort();
|
||||
|
||||
public: // variables
|
||||
static inline std::thread EntryThread{};
|
||||
|
||||
private: // variables
|
||||
uint32_t GamePID{0};
|
||||
bool EnableUI = true;
|
||||
@@ -91,3 +94,4 @@ class ShutdownException : public std::runtime_error {
|
||||
explicit ShutdownException(const std::string& message) :
|
||||
runtime_error(message){};
|
||||
};
|
||||
void entry();
|
||||
|
||||
Reference in New Issue
Block a user