Add hasFile checks and java misc translations
This commit is contained in:
parent
025e93b582
commit
8a2bc70c56
2 changed files with 12 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
#include <cstdint>
|
||||
|
||||
#include "TexturePack.h"
|
||||
|
||||
class BufferedImage;
|
||||
|
|
@ -34,8 +33,8 @@ protected:
|
|||
|
||||
ColourTable *m_colourTable;
|
||||
|
||||
protected:
|
||||
BufferedImage *iconImage;
|
||||
std::unique_ptr<BufferedImage> terrainAtlas, itemAtlas, bedTexCache;
|
||||
|
||||
private:
|
||||
int textureId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue