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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/CowModel.h b/Minecraft.Client/CowModel.h
index 617bb94f..b3ffba6a 100644
--- a/Minecraft.Client/CowModel.h
+++ b/Minecraft.Client/CowModel.h
@@ -1,10 +1,10 @@
#pragma once
#include "QuadrupedModel.h"
-class CowModel : public QuadrupedModel
+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 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);
};