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 1771 of file gui_budget_window.hpp.
|
inlinenoexcept |
Definition at line 1778 of file gui_budget_window.hpp.
|
inlinenoexcept |
Definition at line 1775 of file gui_budget_window.hpp.
float ui::debt_item_data::amount |
Definition at line 1773 of file gui_budget_window.hpp.
dcon::nation_id ui::debt_item_data::n |
Definition at line 1772 of file gui_budget_window.hpp.