Merge pull request #10072 from karroffel/gdnative-header-include-paths
[GDNative] fixed a bug with ambiguous include paths
This commit is contained in:
commit
211dfa6602
1 changed files with 2 additions and 1 deletions
|
|
@ -29,9 +29,10 @@
|
|||
/*************************************************************************/
|
||||
#include <godot/dictionary.h>
|
||||
|
||||
#include "core/variant.h"
|
||||
|
||||
#include "core/dictionary.h"
|
||||
#include "core/io/json.h"
|
||||
#include "core/variant.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue