add core.capture_output

This commit is contained in:
MihailRis
2025-03-13 22:05:14 +03:00
parent ffac010e54
commit 1bb25e99c6
4 changed files with 37 additions and 3 deletions
+2
View File
@@ -34,6 +34,8 @@ static debug::Logger logger("scripting");
static inline const std::string STDCOMP = "stdcomp";
std::ostream* scripting::output_stream = &std::cout;
std::ostream* scripting::error_stream = &std::cerr;
Engine* scripting::engine = nullptr;
Level* scripting::level = nullptr;
const Content* scripting::content = nullptr;