Project Alice
Loading...
Searching...
No Matches
gui_leader_tooltip.hpp
Go to the documentation of this file.
1#pragma once
2#include "text.hpp"
3#include "system_state.hpp"
4
5namespace ui {
6
7void display_leader_attributes(sys::state& state, dcon::leader_id lid, text::layout_base& contents, int32_t indent = 0);
8void display_leader_full(sys::state& state, dcon::leader_id lid, text::layout_base& contents, int32_t indent = 0);
9
10}
void display_leader_attributes(sys::state &state, dcon::leader_id lid, text::layout_base &contents, int32_t indent)
void display_leader_full(sys::state &state, dcon::leader_id lid, text::layout_base &contents, int32_t indent)