mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 00:16:15 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -4,7 +4,7 @@ using namespace std;
|
||||
#include "../../Util/BasicTypeContainers.h"
|
||||
#include "Packet.h"
|
||||
|
||||
class RemoveEntitiesPacket : public Packet, public enable_shared_from_this<RemoveEntitiesPacket>
|
||||
class RemoveEntitiesPacket : public Packet, public std::enable_shared_from_this<RemoveEntitiesPacket>
|
||||
{
|
||||
public:
|
||||
static const int MAX_PER_PACKET = Byte::MAX_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user