Atlas-Launcher/source/script/module/debug/log.hpp

10 lines
146 B
C++

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