December 2014 files
This commit is contained in:
10
Minecraft.Client/TextureAtlas.h
Normal file
10
Minecraft.Client/TextureAtlas.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
class ResourceLocation;
|
||||
|
||||
class TextureAtlas
|
||||
{
|
||||
public:
|
||||
static ResourceLocation LOCATION_BLOCKS;
|
||||
static ResourceLocation LOCATION_ITEMS;
|
||||
};
|
||||
Reference in New Issue
Block a user