mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 16:12:14 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -7,7 +7,7 @@ using namespace std;
|
||||
|
||||
class DLCSkinFile;
|
||||
|
||||
class TextureAndGeometryPacket : public Packet, public enable_shared_from_this<TextureAndGeometryPacket>
|
||||
class TextureAndGeometryPacket : public Packet, public std::enable_shared_from_this<TextureAndGeometryPacket>
|
||||
{
|
||||
public:
|
||||
std::wstring textureName;
|
||||
|
||||
Reference in New Issue
Block a user