Horizon
action_icon.hpp
1 #pragma once
2 #include "action.hpp"
3 
4 namespace horizon {
5 const char *get_action_icon(ActionToolID id);
6 }