diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-06-28 22:05:55 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-07-02 15:12:41 +0200 |
commit | 3711ad23f6c936b494041845254565efed8ca6f8 (patch) | |
tree | 7e1d1a967f25a2cb2318f9a3a2ea7c1de8cb9a0a /src/WebRTCLibDataChannel.hpp | |
parent | 001be7850090f88e0ff760eddadbe1c03004fd0f (diff) | |
download | fork-godot-webrtc-native-3711ad23f6c936b494041845254565efed8ca6f8.tar.gz fork-godot-webrtc-native-3711ad23f6c936b494041845254565efed8ca6f8.tar.bz2 fork-godot-webrtc-native-3711ad23f6c936b494041845254565efed8ca6f8.zip |
Bump webrtc to branch-heads/4472.
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" |