mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-07 16:26:02 +00:00
Small edits
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#define CPPHTTPLIB_OPENSSL_SUPPORT
|
||||
#include <cpp-httplib/httplib.h>
|
||||
#include "Launcher.h"
|
||||
#include "HttpAPI.h"
|
||||
#include <iostream>
|
||||
#include "Logger.h"
|
||||
#include <fstream>
|
||||
#include "Http.h"
|
||||
#include <mutex>
|
||||
#include <cmath>
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
///
|
||||
|
||||
#include "Launcher.h"
|
||||
#include "HttpAPI.h"
|
||||
#include "Logger.h"
|
||||
#include "Http.h"
|
||||
#include "Json.h"
|
||||
|
||||
void UpdateKey(const std::string& newKey){
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
///
|
||||
|
||||
#include "Launcher.h"
|
||||
#include "HttpAPI.h"
|
||||
#include "Logger.h"
|
||||
#include "Http.h"
|
||||
#include "Json.h"
|
||||
|
||||
VersionParser::VersionParser(const std::string &from_string) {
|
||||
|
||||
Reference in New Issue
Block a user