WoW Addon Manager Client
0.0.1-alpha
A p2p World of Warcraft addon manager
utils.h
Go to the documentation of this file.
1
#ifndef WAM_UTILS_H
2
#define WAM_UTILS_H
3
#include <string>
4
#include <json/json.h>
5
#include "httplib.h"
6
7
std::string
read_file_to_string
(
const
std::string &path);
8
Json::Value
string_to_json
(
const
std::basic_string<char> &
string
);
9
httplib::Client
make_client
();
10
void
make_message_box
(
const
std::string &message);
11
12
#endif //WAM_UTILS_H
make_client
httplib::Client make_client()
Definition:
utils.cpp:31
string_to_json
Json::Value string_to_json(const std::basic_string< char > &string)
make_message_box
void make_message_box(const std::string &message)
Definition:
utils.cpp:35
read_file_to_string
std::string read_file_to_string(const std::string &path)
Definition:
utils.cpp:7
wam
include
utils.h
Generated by
1.8.17