mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
14 lines
419 B
C++
14 lines
419 B
C++
/*
|
|
Copyright (C) 2024 BeamMP Ltd., BeamMP team and contributors.
|
|
Licensed under AGPL-3.0 (or later), see <https://www.gnu.org/licenses/>.
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
#pragma once
|
|
#include <string>
|
|
void PreGame(const std::string& GamePath);
|
|
std::string CheckVer(const std::string& path);
|
|
void InitGame(const std::string& Dir);
|
|
std::string GetGameDir();
|
|
void LegitimacyCheck();
|
|
void CheckLocalKey(); |