aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/QuadrupedModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/QuadrupedModel.h')
-rw-r--r--Minecraft.Client/QuadrupedModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/QuadrupedModel.h b/Minecraft.Client/QuadrupedModel.h
index 47c50599..d1c24de7 100644
--- a/Minecraft.Client/QuadrupedModel.h
+++ b/Minecraft.Client/QuadrupedModel.h
@@ -7,7 +7,7 @@ public:
ModelPart *head, *body, *leg0, *leg1, *leg2, *leg3;
QuadrupedModel(int legSize, float g);
- virtual void render(shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
+ virtual void render(std::shared_ptr<Entity> entity, float time, float r, float bob, float yRot, float xRot, float scale, bool usecompiled);
virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
void render(QuadrupedModel *model, float scale, bool usecompiled);
}; \ No newline at end of file