summaryrefslogtreecommitdiff
path: root/src/net/WebRTCPeerNative.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/WebRTCPeerNative.hpp')
-rw-r--r--src/net/WebRTCPeerNative.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/WebRTCPeerNative.hpp b/src/net/WebRTCPeerNative.hpp
index 6387cb1..603ba34 100644
--- a/src/net/WebRTCPeerNative.hpp
+++ b/src/net/WebRTCPeerNative.hpp
@@ -52,8 +52,10 @@ protected:
public:
static void _register_methods();
+ static const godot_gdnative_ext_net_api_struct *_net_api;
void _init();
+ void register_interface(const godot_net_webrtc_peer *interface);
virtual void set_write_mode(godot_int mode) = 0;
virtual godot_int get_write_mode() const = 0;