Project Alice
|
#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>
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 |