mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 02:30:44 +00:00
v2.0.84
- add hash check - new routes for updates - use C++ 20
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <compare>
|
||||
#include <vector>
|
||||
|
||||
void InitLauncher(int argc, char* argv[]);
|
||||
std::string GetEP(char*P = nullptr);
|
||||
std::string GetGamePath();
|
||||
@@ -14,4 +17,12 @@ std::string GetVer();
|
||||
std::string GetEN();
|
||||
void StartProxy();
|
||||
void ConfigInit();
|
||||
extern bool Dev;
|
||||
extern bool Dev;
|
||||
|
||||
struct VersionParser {
|
||||
explicit VersionParser(const std::string& from_string);
|
||||
std::strong_ordering operator<=>(VersionParser const& rhs) const noexcept;
|
||||
bool operator==(VersionParser const& rhs) const noexcept;
|
||||
std::vector<std::string> split;
|
||||
std::vector<size_t> data;
|
||||
};
|
||||
|
||||
4642
include/hashpp.h
Normal file
4642
include/hashpp.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user