diff options
Diffstat (limited to 'modules/gdnative/config.py')
| -rw-r--r-- | modules/gdnative/config.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gdnative/config.py b/modules/gdnative/config.py index 701a13d32f..7898de5523 100644 --- a/modules/gdnative/config.py +++ b/modules/gdnative/config.py @@ -13,7 +13,11 @@ def get_doc_classes(): "NativeScript", "PacketPeerGDNative", "PluginScript", + "ResourceFormatLoaderVideoStreamGDNative", "StreamPeerGDNative", + "VideoStreamGDNative", + "WebRTCPeerConnectionGDNative", + "WebRTCDataChannelGDNative", ] def get_doc_path(): |