aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/SheepFurModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/SheepFurModel.h')
-rw-r--r--Minecraft.Client/SheepFurModel.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Minecraft.Client/SheepFurModel.h b/Minecraft.Client/SheepFurModel.h
new file mode 100644
index 00000000..c614765e
--- /dev/null
+++ b/Minecraft.Client/SheepFurModel.h
@@ -0,0 +1,13 @@
+#pragma once
+#include "QuadrupedModel.h"
+
+class SheepFurModel : public QuadrupedModel
+{
+private:
+ float headXRot;
+public:
+ SheepFurModel();
+
+ virtual void prepareMobModel(shared_ptr<Mob> mob, float time, float r, float a);
+ virtual void setupAnim(float time, float r, float bob, float yRot, float xRot, float scale, unsigned int uiBitmaskOverrideAnim=0);
+}; \ No newline at end of file