10 lines
143 B
C++
10 lines
143 B
C++
#pragma once
|
|
|
|
#include "script/engine/Engine.hpp"
|
|
|
|
|
|
namespace atlas::script::module::debug {
|
|
|
|
void load(const engine::Engine* atlasEngine);
|
|
|
|
}
|