Project Alice
|
#include "system_state.hpp"
Go to the source code of this file.
Namespaces | |
namespace | province |
Functions | |
template<typename T > | |
auto | province::is_overseas (sys::state const &state, T ids) |
template<typename F > | |
void | province::for_each_land_province (sys::state &state, F const &func) |
template<typename F > | |
void | province::ve_for_each_land_province (sys::state &state, F const &func) |
template<typename F > | |
void | province::for_each_sea_province (sys::state &state, F const &func) |
template<typename F > | |
void | province::for_each_province_in_state_instance (sys::state &state, dcon::state_instance_id s, F const &func) |