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 "SHA512.hpp"
Go to the source code of this file.
Namespaces | |
namespace | network |
Functions | |
void | network::read_player_nations (sys::state &state, char const *start, char const *end) noexcept |
void | network::load_player_nations (sys::state &state) noexcept |
void | network::write_player_nations (sys::state &state) noexcept |
void | network::every_tick_checks (sys::state &state) noexcept |