godot-cpp/include/godot_cpp/core
Rémi Verschelde 50a534bf55 Merge pull request #880 from aaronfranke/struct
Use `struct` instead of `class` for core structures
2022-10-05 10:35:59 +02:00
..
binder_common.hpp Add support for BitField hint, sync API files. 2022-07-11 15:00:17 +03:00
builtin_ptrcall.hpp Update copyright year 2022-03-15 10:17:53 +01:00
class_db.hpp Fix deriving a custom class with virtual methods 2022-09-21 19:31:30 +01:00
defs.hpp Use struct instead of class for core structures 2022-10-05 01:46:15 -05:00
engine_ptrcall.hpp Merge pull request #686 from ondy-personal/patch-1 2022-07-18 15:48:17 +02:00
error_macros.hpp Ensure GDCLASS can be used outside the godot namespace. 2022-09-01 04:11:23 +02:00
math.hpp Update Basis/Transform3D/Quaternion to match the engine 2022-09-20 01:07:45 -05:00
memory.hpp Ensure GDCLASS can be used outside the godot namespace. 2022-09-01 04:11:23 +02:00
method_bind.hpp Change PropertyInfo members to String. 2022-09-14 08:41:09 +03:00
method_ptrcall.hpp Merge pull request #677 from lukas-toenne/fix_object_ptr_args 2022-07-29 01:17:34 +02:00
mutex_lock.hpp Update copyright year 2022-03-15 10:17:53 +01:00
object.hpp Add `Object::cast_to` for `const Object*` 2022-09-18 22:23:49 +01:00
property_info.hpp Change PropertyInfo members to String. 2022-09-14 08:41:09 +03:00
type_info.hpp Implement support for typed arrays. 2022-09-23 09:02:00 +03:00