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