aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/TextureAtlas.h
blob: 21f9d03866b50c9e25877fb3a6e2590c93399469 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

class ResourceLocation;

class TextureAtlas
{
public:
    static ResourceLocation LOCATION_BLOCKS;
    static ResourceLocation LOCATION_ITEMS;
};