#pragma once #include namespace atlas::script::module::debug { void log(const std::string& category, const std::string& message); }