1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-30 18:30:54 +00:00

Update libgodot.h to use gdextension_interface.gen.h

This commit is contained in:
David Snopek
2025-11-24 14:39:21 -06:00
parent bbe9654327
commit 0820f32699

View File

@@ -30,7 +30,7 @@
#pragma once
#include "gdextension_interface.h"
#include "gdextension_interface.gen.h"
#ifdef __cplusplus
extern "C" {