Added HTTP logic and login

This commit is contained in:
Anonymous275
2022-01-17 18:20:57 +02:00
parent b074ff5448
commit f110ef2bc8
10 changed files with 302 additions and 9 deletions

10
src/Config.cpp Normal file
View File

@@ -0,0 +1,10 @@
///
/// Created by Anonymous275 on 1/17/22
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
///
#include "Launcher.h"
void Launcher::loadConfig() {
}