Merge pull request #1754 from tomfull123/typed-dictionary-compilation-errors

Add method_ptrcall header include to type_info to fix compiler errors
This commit is contained in:
David Snopek
2025-04-02 12:59:51 -05:00
committed by GitHub

View File

@@ -30,6 +30,7 @@
#pragma once
#include <godot_cpp/core/method_ptrcall.hpp>
#include <godot_cpp/core/object.hpp>
#include <godot_cpp/variant/typed_array.hpp>
#include <godot_cpp/variant/variant.hpp>