the whole game
This commit is contained in:
15
src/client/model/CowModel.h
Executable file
15
src/client/model/CowModel.h
Executable file
@@ -0,0 +1,15 @@
|
||||
#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__*/
|
||||
Reference in New Issue
Block a user