summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_builders.py
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-02-24 15:08:38 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2019-02-24 21:23:23 +0100
commitf112f5785b9a088d36ab9ab4484f6017a9713942 (patch)
tree01a3a53c8949fbbe7ba9266b12d4325c58bb1b6a /modules/gdnative/gdnative_builders.py
parent61b41d6001492527753b7047989d38ffd085a9de (diff)
downloadredot-engine-f112f5785b9a088d36ab9ab4484f6017a9713942.tar.gz
Fixing C compatiblity for GDNative NET module
Also add net interfaces to gdnative_api.json
Diffstat (limited to 'modules/gdnative/gdnative_builders.py')
-rw-r--r--modules/gdnative/gdnative_builders.py1
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>',
'',