mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Make that Whole New World great again
Fix regression from 5dbf180 that broke Windows build.
This commit is contained in:
@@ -29,10 +29,11 @@
|
||||
#ifndef NETWORKED_MULTIPLAYER_ENET_H
|
||||
#define NETWORKED_MULTIPLAYER_ENET_H
|
||||
|
||||
#include "enet/enet.h"
|
||||
#include "io/compression.h"
|
||||
#include "io/networked_multiplayer_peer.h"
|
||||
|
||||
#include <enet/enet.h>
|
||||
|
||||
class NetworkedMultiplayerENet : public NetworkedMultiplayerPeer {
|
||||
|
||||
GDCLASS(NetworkedMultiplayerENet, NetworkedMultiplayerPeer)
|
||||
|
||||
Reference in New Issue
Block a user