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 [Net] Expose WebRTC classes to extensions. 2021-09-24 21:23:43 +02:00
library_godot_webrtc.js One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_types.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
webrtc_data_channel.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
webrtc_data_channel.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webrtc_data_channel_extension.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webrtc_data_channel_extension.h Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
webrtc_data_channel_js.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
webrtc_data_channel_js.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webrtc_multiplayer_peer.cpp Remove some unused signals 2023-01-31 18:54:04 +01:00
webrtc_multiplayer_peer.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
webrtc_peer_connection.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webrtc_peer_connection.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
webrtc_peer_connection_extension.cpp Directly expose WebRTCPeerConnection::create_data_channel() to GDExtension 2023-06-14 14:31:41 -05:00
webrtc_peer_connection_extension.h Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
webrtc_peer_connection_js.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
webrtc_peer_connection_js.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00