mirror of
https://github.com/godotengine/webrtc-native.git
synced 2026-01-03 14:09:58 +03:00
Fix WebRTCPeer inclusion guard
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef MY_PACKET_PEER
|
||||
#define MY_PACKET_PEER
|
||||
#ifndef WEBRTC_PEER_H
|
||||
#define WEBRTC_PEER_H
|
||||
|
||||
#include <Godot.hpp>
|
||||
|
||||
@@ -33,4 +33,4 @@ public:
|
||||
~WebRTCPeer();
|
||||
};
|
||||
|
||||
#endif // MY_PACKET_PEER
|
||||
#endif // WEBRTC_PEER_H
|
||||
|
||||
Reference in New Issue
Block a user