mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-27 19:40:45 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -32,7 +32,7 @@ enum EEntityDamageType
|
||||
eEntityDamageType_Cactus,
|
||||
};
|
||||
|
||||
class Entity : public enable_shared_from_this<Entity>
|
||||
class Entity : public std::enable_shared_from_this<Entity>
|
||||
{
|
||||
friend class Gui; // 4J Stu - Added to be able to access the shared flag functions and constants, without making them publicly available to everything
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user