mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 05:21:10 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -9,9 +9,9 @@ private:
|
||||
//@Override
|
||||
public:
|
||||
void registerTerrainTextures(IconRegister *iconRegister);
|
||||
virtual void render(shared_ptr<Entity> _itemframe, double x, double y, double z, float rot, float a);
|
||||
virtual void render(std::shared_ptr<Entity> _itemframe, double x, double y, double z, float rot, float a);
|
||||
|
||||
private:
|
||||
void drawFrame(shared_ptr<ItemFrame> itemFrame);
|
||||
void drawItem(shared_ptr<ItemFrame> entity);
|
||||
void drawFrame(std::shared_ptr<ItemFrame> itemFrame);
|
||||
void drawItem(std::shared_ptr<ItemFrame> entity);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user