#ifndef NET_MINECRAFT_CLIENT_MODEL__CowModel_H__ #define NET_MINECRAFT_CLIENT_MODEL__CowModel_H__ //package net.minecraft.client.model; #include "QuadrupedModel.h" class CowModel: public QuadrupedModel { typedef QuadrupedModel super; public: CowModel(); }; #endif /*NET_MINECRAFT_CLIENT_MODEL__CowModel_H__*/