summaryrefslogtreecommitdiff
path: root/modules/gdnative/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/config.py')
-rw-r--r--modules/gdnative/config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py
index 68148c4d87..701a13d32f 100644
--- a/modules/gdnative/config.py
+++ b/modules/gdnative/config.py
@@ -1,4 +1,4 @@
-def can_build(platform):
+def can_build(env, platform):
return True
def configure(env):
@@ -9,8 +9,11 @@ def get_doc_classes():
"ARVRInterfaceGDNative",
"GDNative",
"GDNativeLibrary",
+ "MultiplayerPeerGDNative",
"NativeScript",
+ "PacketPeerGDNative",
"PluginScript",
+ "StreamPeerGDNative",
]
def get_doc_path():