diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-02 15:50:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 15:50:08 +0200 |
commit | e120cc7ed6fb2413743d1ade59c50a55c3c9511b (patch) | |
tree | 4264358c3618a6db142d4cef4c0452decc3188d0 /src/WebRTCLibDataChannel.hpp | |
parent | 001be7850090f88e0ff760eddadbe1c03004fd0f (diff) | |
parent | da20ebf3970e311af4fa7a0e0b52a58041ceac3e (diff) | |
download | fork-godot-webrtc-native-e120cc7ed6fb2413743d1ade59c50a55c3c9511b.tar.gz fork-godot-webrtc-native-e120cc7ed6fb2413743d1ade59c50a55c3c9511b.tar.bz2 fork-godot-webrtc-native-e120cc7ed6fb2413743d1ade59c50a55c3c9511b.zip |
Merge pull request #33 from Faless/bump/webrtc_4472
Bump webrtc to branch-heads/4472. Fixes signalling.
Diffstat (limited to 'src/WebRTCLibDataChannel.hpp')
-rw-r--r-- | src/WebRTCLibDataChannel.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WebRTCLibDataChannel.hpp b/src/WebRTCLibDataChannel.hpp index 557d1da..decba98 100644 --- a/src/WebRTCLibDataChannel.hpp +++ b/src/WebRTCLibDataChannel.hpp @@ -3,8 +3,8 @@ #include <Godot.hpp> // Godot.hpp must go first, or windows builds breaks -#include "api/peerconnectioninterface.h" // interface for all things needed from WebRTC -#include "media/base/mediaengine.h" // needed for CreateModularPeerConnectionFactory +#include "api/peer_connection_interface.h" // interface for all things needed from WebRTC +#include "media/base/media_engine.h" // needed for CreateModularPeerConnectionFactory #include "net/WebRTCDataChannelNative.hpp" #include "PoolArrays.hpp" |