godot/modules/webrtc
Yuri Sizov d8ff69d53c Extract ScriptInstance to simplify includes
This allows to include script_instance.h directly in the
generated gdvirtual.gen.inc, and remove excessive includes
from the codebase.

This should also allow Resource to use GDVIRTUAL macros,
which wasn't possible previously due to a circular dependency.
2023-09-06 22:54:38 +02:00
..
doc_classes Fix typo in WebRTCPeerConnection documentation 2023-08-30 14:02:33 +03:00
config.py
library_godot_webrtc.js
register_types.cpp
register_types.h
SCsub
webrtc_data_channel_extension.cpp
webrtc_data_channel_extension.h Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
webrtc_data_channel_js.cpp
webrtc_data_channel_js.h
webrtc_data_channel.cpp
webrtc_data_channel.h
webrtc_multiplayer_peer.cpp
webrtc_multiplayer_peer.h
webrtc_peer_connection_extension.cpp
webrtc_peer_connection_extension.h Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
webrtc_peer_connection_js.cpp
webrtc_peer_connection_js.h
webrtc_peer_connection.cpp
webrtc_peer_connection.h