forked from Kolyah35/minecraft-pe-0.6.1
the whole game
This commit is contained in:
21
src/client/renderer/tileentity/SignRenderer.h
Executable file
21
src/client/renderer/tileentity/SignRenderer.h
Executable file
@@ -0,0 +1,21 @@
|
||||
#ifndef NET_MINECRAFT_CLIENT_RENDERER_TILEENTITY__SignRenderer_H__
|
||||
#define NET_MINECRAFT_CLIENT_RENDERER_TILEENTITY__SignRenderer_H__
|
||||
|
||||
//package net.minecraft.client.renderer.tileentity;
|
||||
|
||||
#include "TileEntityRenderer.h"
|
||||
|
||||
#include "../../gui/Font.h"
|
||||
#include "../../model/SignModel.h"
|
||||
|
||||
class SignRenderer: public TileEntityRenderer
|
||||
{
|
||||
public:
|
||||
/*@Override*/
|
||||
void render(TileEntity* te, float x, float y, float z, float a);
|
||||
void onGraphicsReset();
|
||||
private:
|
||||
SignModel signModel;
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_CLIENT_RENDERER_TILEENTITY__SignRenderer_H__*/
|
||||
Reference in New Issue
Block a user