the whole game
This commit is contained in:
15
src/client/model/PigModel.h
Executable file
15
src/client/model/PigModel.h
Executable file
@@ -0,0 +1,15 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_MODEL__PigModel_H__
|
||||
#define NET_MINECRAFT_CLIENT_MODEL__PigModel_H__
|
||||
|
||||
//package net.minecraft.client.model;
|
||||
|
||||
#include "QuadrupedModel.h"
|
||||
|
||||
class PigModel: public QuadrupedModel
|
||||
{
|
||||
typedef QuadrupedModel super;
|
||||
public:
|
||||
PigModel(float g = 0);
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_MODEL__PigModel_H__*/
|
||||
Reference in New Issue
Block a user