diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-10-17 22:42:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 22:42:33 +0200 |
commit | 1436024f595fd99cd885950319867fd3d371963b (patch) | |
tree | 00454cbbbc84ff6bc3992d50d677fe72bb0e369a /src | |
parent | 1769730ef0344fe1011681a207a0c68383b6d5f6 (diff) | |
parent | 690b31e7dd8d4583c50c1f5c60fde3c6888ff7bf (diff) | |
download | fork-godot-webrtc-native-1436024f595fd99cd885950319867fd3d371963b.tar.gz fork-godot-webrtc-native-1436024f595fd99cd885950319867fd3d371963b.tar.bz2 fork-godot-webrtc-native-1436024f595fd99cd885950319867fd3d371963b.zip |
Merge pull request #65 from Faless/bump/beta3
[Upstream] Update to Godot Beta 3
Diffstat (limited to 'src')
-rw-r--r-- | src/WebRTCLibDataChannel.hpp | 2 | ||||
-rw-r--r-- | src/WebRTCLibPeerConnection.hpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/WebRTCLibDataChannel.hpp b/src/WebRTCLibDataChannel.hpp index 758e018..2525002 100644 --- a/src/WebRTCLibDataChannel.hpp +++ b/src/WebRTCLibDataChannel.hpp @@ -40,6 +40,8 @@ #define GDCLASS(arg1, arg2) GODOT_CLASS(arg1, arg2) #endif #else +#include <godot_cpp/core/binder_common.hpp> + #include <godot_cpp/classes/global_constants_binds.hpp> #include <godot_cpp/classes/web_rtc_data_channel_extension.hpp> #endif diff --git a/src/WebRTCLibPeerConnection.hpp b/src/WebRTCLibPeerConnection.hpp index 5709996..703a59c 100644 --- a/src/WebRTCLibPeerConnection.hpp +++ b/src/WebRTCLibPeerConnection.hpp @@ -40,6 +40,8 @@ #define GDCLASS(arg1, arg2) GODOT_CLASS(arg1, arg2) #endif #else +#include <godot_cpp/core/binder_common.hpp> + #include <godot_cpp/classes/global_constants_binds.hpp> #include <godot_cpp/classes/web_rtc_peer_connection_extension.hpp> #endif |