first commit
This commit is contained in:
18
Minecraft.Client/ChestModel.h
Normal file
18
Minecraft.Client/ChestModel.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "Model.h"
|
||||
|
||||
class Cube;
|
||||
|
||||
class ChestModel : public Model
|
||||
{
|
||||
public:
|
||||
using Model::render;
|
||||
|
||||
ModelPart *lid;
|
||||
ModelPart *bottom;
|
||||
ModelPart *lock;
|
||||
|
||||
ChestModel();
|
||||
void render(bool usecompiled);
|
||||
};
|
||||
Reference in New Issue
Block a user