Antkeeper
0.0.1
|
#include <tool-component.hpp>
Public Attributes | |
std::function< void()> | activated |
std::function< void()> | deactivated |
std::function< void()> | active |
Definition at line 26 of file tool-component.hpp.
std::function<void()> tool_component::activated |
Definition at line 28 of file tool-component.hpp.
std::function<void()> tool_component::active |
Definition at line 30 of file tool-component.hpp.
std::function<void()> tool_component::deactivated |
Definition at line 29 of file tool-component.hpp.