aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/SkeletonModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/SkeletonModel.h')
-rw-r--r--Minecraft.Client/SkeletonModel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Minecraft.Client/SkeletonModel.h b/Minecraft.Client/SkeletonModel.h
index ba5f9449..2a17b35a 100644
--- a/Minecraft.Client/SkeletonModel.h
+++ b/Minecraft.Client/SkeletonModel.h
@@ -9,5 +9,6 @@ private:
public:
SkeletonModel();
SkeletonModel(float g);
- virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
+ virtual void prepareMobModel(shared_ptr<LivingEntity> mob, float time, float r, float a);
+ virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, shared_ptr<Entity> entity, unsigned int uiBitmaskOverrideAnim=0);
}; \ No newline at end of file