Project Alice
|
#include <gui_budget_window.hpp>
Public Member Functions | |
bool | operator== (debt_item_data o) const noexcept |
bool | operator!= (debt_item_data o) const noexcept |
Public Attributes | |
dcon::nation_id | n |
float | amount |
Definition at line 1694 of file gui_budget_window.hpp.
|
inlinenoexcept |
Definition at line 1701 of file gui_budget_window.hpp.
|
inlinenoexcept |
Definition at line 1698 of file gui_budget_window.hpp.
float ui::debt_item_data::amount |
Definition at line 1696 of file gui_budget_window.hpp.
dcon::nation_id ui::debt_item_data::n |
Definition at line 1695 of file gui_budget_window.hpp.