diff options
Diffstat (limited to 'modules/webrtc/webrtc_multiplayer_peer.h')
| -rw-r--r-- | modules/webrtc/webrtc_multiplayer_peer.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/modules/webrtc/webrtc_multiplayer_peer.h b/modules/webrtc/webrtc_multiplayer_peer.h index 97550a3e9d..ea7c60036b 100644 --- a/modules/webrtc/webrtc_multiplayer_peer.h +++ b/modules/webrtc/webrtc_multiplayer_peer.h @@ -28,10 +28,10 @@  /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                */  /*************************************************************************/ -#ifndef WEBRTC_MULTIPLAYER_H -#define WEBRTC_MULTIPLAYER_H +#ifndef WEBRTC_MULTIPLAYER_PEER_H +#define WEBRTC_MULTIPLAYER_PEER_H -#include "core/multiplayer/multiplayer_peer.h" +#include "scene/main/multiplayer_peer.h"  #include "webrtc_peer_connection.h"  class WebRTCMultiplayerPeer : public MultiplayerPeer { @@ -106,4 +106,4 @@ public:  	ConnectionStatus get_connection_status() const override;  }; -#endif // WEBRTC_MULTIPLAYER_H +#endif // WEBRTC_MULTIPLAYER_PEER_H |