refactor: unglob std::enable_shared_from_this

This commit is contained in:
Tropical
2026-03-06 12:04:16 -06:00
committed by JuiceyDev
parent 6260238f5e
commit 4516cf2e30
87 changed files with 87 additions and 87 deletions

View File

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