mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-24 23:50:48 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
class FishingHookRenderer : public EntityRenderer
|
||||
{
|
||||
public:
|
||||
virtual void render(shared_ptr<Entity> _hook, double x, double y, double z, float rot, float a);
|
||||
virtual void render(std::shared_ptr<Entity> _hook, double x, double y, double z, float rot, float a);
|
||||
};
|
||||
Reference in New Issue
Block a user