Project Alice
Loading...
Searching...
No Matches
webui.hpp File Reference
#include <array>
#include <string>
#include "container_types.hpp"
#include "commands.hpp"
#include <iostream>
#include <chrono>
#include <ctime>
#include "system_state.hpp"
#include "network.hpp"
#include "parsers.hpp"
#include "simple_fs.hpp"
#include "demographics.hpp"
#include <text.hpp>
#include <json.hpp>
#include <httplib.h>
Include dependency graph for webui.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  webui
 

Macros

#define CPPHTTPLIB_NO_EXCEPTIONS
 

Typedefs

using json = nlohmann::json
 

Functions

json webui::format_color (sys::state &state, uint32_t c)
 
json webui::format_nation (sys::state &state, dcon::nation_id n)
 
json webui::format_nation (sys::state &state, dcon::national_identity_id n)
 
json webui::format_wargoal (sys::state &state, dcon::wargoal_id wid)
 
json webui::format_wargoal (sys::state &state, sys::full_wg wid)
 
void webui::init (sys::state &state) noexcept
 

Macro Definition Documentation

◆ CPPHTTPLIB_NO_EXCEPTIONS

#define CPPHTTPLIB_NO_EXCEPTIONS

Definition at line 20 of file webui.hpp.

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 23 of file webui.hpp.