Project Alice
|
#include <gui_nation_picker.hpp>
Public Member Functions | |
bool | is_bookmark () const |
bool | operator== (save_item const &o) const |
bool | operator!= (save_item const &o) const |
Public Attributes | |
native_string | file_name |
uint64_t | timestamp = 0 |
sys::date | save_date |
dcon::national_identity_id | save_flag |
dcon::government_type_id | as_gov |
bool | is_new_game = false |
std::string | name = "fe_new_game" |
Definition at line 132 of file gui_nation_picker.hpp.
|
inline |
|
inline |
Definition at line 148 of file gui_nation_picker.hpp.
|
inline |
Definition at line 145 of file gui_nation_picker.hpp.
dcon::government_type_id ui::save_item::as_gov |
Definition at line 137 of file gui_nation_picker.hpp.
native_string ui::save_item::file_name |
Definition at line 133 of file gui_nation_picker.hpp.
bool ui::save_item::is_new_game = false |
Definition at line 138 of file gui_nation_picker.hpp.
std::string ui::save_item::name = "fe_new_game" |
Definition at line 139 of file gui_nation_picker.hpp.
sys::date ui::save_item::save_date |
Definition at line 135 of file gui_nation_picker.hpp.
dcon::national_identity_id ui::save_item::save_flag |
Definition at line 136 of file gui_nation_picker.hpp.
uint64_t ui::save_item::timestamp = 0 |
Definition at line 134 of file gui_nation_picker.hpp.