Skip to content

Commit

Permalink
Fix some GDExtension headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Dec 29, 2024
1 parent e319d0a commit 1dc14b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/godot/classes/area_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif

#elif defined(ZN_GODOT_EXTENSION)
#include <godot_cpp/classes/accept_dialog.hpp>
#include <godot_cpp/classes/area3d.hpp>
using namespace godot;
#endif

Expand Down
2 changes: 1 addition & 1 deletion util/godot/classes/image_texture_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#if defined(ZN_GODOT)
#include <scene/resources/image_texture.h>
#elif defined(ZN_GODOT_EXTENSION)
#include <godot_cpp/classes/image_texture_3d.hpp>
#include <godot_cpp/classes/image_texture3d.hpp>
using namespace godot;
#endif

Expand Down

0 comments on commit 1dc14b5

Please sign in to comment.