1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #50704 from dsnopek/webrtc-gdnative-version

Update GDNative API version for changes from #50659
This commit is contained in:
Rémi Verschelde
2021-07-22 12:47:19 +02:00
committed by GitHub

View File

@@ -37,8 +37,8 @@
extern "C" {
#endif
#define GODOT_NET_WEBRTC_API_MAJOR 3
#define GODOT_NET_WEBRTC_API_MINOR 2
#define GODOT_NET_WEBRTC_API_MAJOR 4
#define GODOT_NET_WEBRTC_API_MINOR 0
/* Library Interface (used to set default GDNative WebRTC implementation */
typedef struct {