WoW Addon Manager Client
0.0.1-alpha
A p2p World of Warcraft addon manager
|
#include <fstream>
#include <json/json.h>
#include <iostream>
#include <settingsmanager.h>
#include <QtWidgets/QMessageBox>
#include "utils.h"
Go to the source code of this file.
Functions | |
std::string | read_file_to_string (const std::string &path) |
Json::Value | string_to_json (const std::string &string) |
httplib::Client | make_client () |
void | make_message_box (const std::string &message) |