4jcraft/targets/minecraft/client/renderer/texture/TextureAtlas.h
2026-04-01 13:27:58 -05:00

9 lines
159 B
C++

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