| 2026 | } |
| 2027 | |
| 2028 | bool Core::isArmokTool(const std::string& tool) { |
| 2029 | std::lock_guard<std::mutex> lock(armok_mutex); |
| 2030 | return armok_tools.contains(tool); |
| 2031 | } |
| 2032 | |
| 2033 | // returns true if the event is handled |
| 2034 | bool Core::DFH_SDL_Event(SDL_Event* ev) { |