mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 00:11:00 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -13,5 +13,5 @@ private:
|
||||
public:
|
||||
EnderCrystalRenderer();
|
||||
|
||||
virtual void render(shared_ptr<Entity> _crystal, double x, double y, double z, float rot, float a);
|
||||
virtual void render(std::shared_ptr<Entity> _crystal, double x, double y, double z, float rot, float a);
|
||||
};
|
||||
Reference in New Issue
Block a user