Project Alice
|
#include <notifications.hpp>
Public Attributes | |
std::function< void(sys::state &, text::layout_base &)> | body |
char const * | title = nullptr |
dcon::nation_id | source |
dcon::nation_id | target |
dcon::nation_id | third |
sys::message_base_type | type |
Definition at line 8 of file notifications.hpp.
std::function<void(sys::state&, text::layout_base&)> notification::message::body |
Definition at line 9 of file notifications.hpp.
dcon::nation_id notification::message::source |
Definition at line 11 of file notifications.hpp.
dcon::nation_id notification::message::target |
Definition at line 12 of file notifications.hpp.
dcon::nation_id notification::message::third |
Definition at line 13 of file notifications.hpp.
char const* notification::message::title = nullptr |
Definition at line 10 of file notifications.hpp.
sys::message_base_type notification::message::type |
Definition at line 14 of file notifications.hpp.