diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-02-25 09:26:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 09:26:52 +0100 |
commit | b520846c6821d1390a760f148122a1d40714aa09 (patch) | |
tree | 6a46e69cf07191df7b4116c05d32a6d5638bc71d /modules/gdnative/gdnative_builders.py | |
parent | 31656301b2cfe3710a1bfe8d636eb8206d31dd7b (diff) | |
parent | f112f5785b9a088d36ab9ab4484f6017a9713942 (diff) |
Merge pull request #26250 from Faless/net/gdnative
Fixing C compatiblity for GDNative NET module
Diffstat (limited to 'modules/gdnative/gdnative_builders.py')
-rw-r--r-- | modules/gdnative/gdnative_builders.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_builders.py b/modules/gdnative/gdnative_builders.py index 5fd5971fd1..7ab0e01108 100644 --- a/modules/gdnative/gdnative_builders.py +++ b/modules/gdnative/gdnative_builders.py @@ -45,6 +45,7 @@ def _build_gdnative_api_struct_header(api): '#include <android/godot_android.h>', '#include <arvr/godot_arvr.h>', '#include <nativescript/godot_nativescript.h>', + '#include <net/godot_net.h>', '#include <pluginscript/godot_pluginscript.h>', '#include <videodecoder/godot_videodecoder.h>', '', |