|
WoW Addon Manager Client
0.0.1-alpha
A p2p World of Warcraft addon manager
|
#include <string>#include <json/json.h>#include "httplib.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::basic_string< char > &string) |
| httplib::Client | make_client () |
| void | make_message_box (const std::string &message) |
| Json::Value string_to_json | ( | const std::basic_string< char > & | string | ) |