mirror of https://github.com/godotengine/godot
Merge pull request #113126 from dsnopek/gdextension-interface-libgodot
Update `libgodot.h` to use `gdextension_interface.gen.h`
This commit is contained in:
commit
c818c7f438
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "gdextension_interface.h"
|
||||
#include "gdextension_interface.gen.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue