4jcraft/Minecraft.Client/Textures/TextureAtlas.h
2026-03-21 22:46:45 -05:00

9 lines
159 B
C++

#pragma once
class ResourceLocation;
class TextureAtlas {
public:
static ResourceLocation LOCATION_BLOCKS;
static ResourceLocation LOCATION_ITEMS;
};