#pragma once #include "script/engine/Engine.hpp" namespace atlas::script::module::debug { void load(const engine::Engine* atlasEngine); }