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