GodotScript.hpp: Add missing namespace usage
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
b528811d7c
commit
d3248c04a0
|
@ -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"); }
|
||||
|
|
Loading…
Reference in New Issue