aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/CowModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/CowModel.h')
-rw-r--r--Minecraft.Client/CowModel.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.Client/CowModel.h b/Minecraft.Client/CowModel.h
new file mode 100644
index 00000000..617bb94f
--- /dev/null
+++ b/Minecraft.Client/CowModel.h
@@ -0,0 +1,10 @@
+#pragma once
+#include "QuadrupedModel.h"
+
+class CowModel : public QuadrupedModel
+{
+public:
+ CowModel();
+// virtual void render(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);
+};