diff --git a/src/headers/transpiler/implementations/GodotScript.hpp b/src/headers/transpiler/implementations/GodotScript.hpp index 5deff36..f69cd0b 100644 --- a/src/headers/transpiler/implementations/GodotScript.hpp +++ b/src/headers/transpiler/implementations/GodotScript.hpp @@ -1,5 +1,6 @@ #ifndef GODOTSCRIPT_HPP #define GODOTSCRIPT_HPP +using namespace StandardComponents; struct GsTarget: Target { print_functions_pair printFunctions() final { return make_pair("printraw", "print"); }