godot-cpp/include/godot_cpp
Fabio Alessandrelli bcf27d8af4 Ensure GDCLASS can be used outside the godot namespace.
The `GDCLASS` macro should not assume to be called inside the `godot`
namespace and should thus prefix function calls for that namespace with
`::godot::` to ensure proper namespace referencing.
2022-09-01 04:11:23 +02:00
..
classes Ensure GDCLASS can be used outside the godot namespace. 2022-09-01 04:11:23 +02:00
core Ensure GDCLASS can be used outside the godot namespace. 2022-09-01 04:11:23 +02:00
templates Add bindings for Vector4, Vector4i, Projection built-in types. 2022-07-21 09:36:38 +03:00
variant Add bindings for Vector4, Vector4i, Projection built-in types. 2022-07-21 09:36:38 +03:00
godot.hpp Change registered initializers / terminators to the single function with level argument. 2022-05-04 11:14:51 +03:00