Project Alice
Loading...
Searching...
No Matches
effects.hpp
Go to the documentation of this file.
1#pragma once
2
4#include "dcon_generated.hpp"
5#include "container_types.hpp"
6
7namespace effect {
8
9void execute(sys::state& state, dcon::effect_key key, int32_t primary, int32_t this_slot, int32_t from_slot, uint32_t r_lo,
10 uint32_t r_hi);
11void execute(sys::state& state, uint16_t const* data, int32_t primary, int32_t this_slot, int32_t from_slot, uint32_t r_lo,
12 uint32_t r_hi);
13
14std::vector<dcon::province_id> country_get_province_adjacency(sys::state& state, dcon::nation_id nat_id);
15
16} // namespace effect
void execute(sys::state &state, dcon::effect_key key, int32_t primary, int32_t this_slot, int32_t from_slot, uint32_t r_lo, uint32_t r_hi)
Definition: effects.cpp:5361
std::vector< dcon::province_id > country_get_province_adjacency(sys::state &state, dcon::nation_id nat_id)
Definition: effects.cpp:119
uint uint32_t