Fix WebRTCPeer inclusion guard

This commit is contained in:
Fabio Alessandrelli
2018-08-12 17:46:06 +02:00
parent 022689bd6b
commit 323cd811c4

View File

@@ -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