Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
Router Member List

This is the complete list of members for Router, including all inherited members.

register_handler(MessageType type, std::function< void(const Message &)> handler)Router
route(const Message &msg) constRouter
unregister_handler(MessageType type)Router