#include <list>
#include <memory>
#include <tuple>
Go to the source code of this file.
Namespaces | |
game_events | |
Domain specific events. | |
Typedefs | |
using | game_events::handler_ptr = std::shared_ptr< event_handler > |
using | game_events::weak_handler_ptr = std::weak_ptr< event_handler > |
using | game_events::handler_list = std::list< weak_handler_ptr > |
using | game_events::pump_result_t = std::tuple< bool, bool > |