The Battle for Wesnoth  1.19.0-dev
Namespaces | Typedefs
fwd.hpp File Reference
#include <list>
#include <memory>
#include <tuple>
Include dependency graph for fwd.hpp:
This graph shows which files directly or indirectly include this file:

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 >