mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-24 19:08:13 +05:00
10 lines
159 B
C++
10 lines
159 B
C++
#pragma once
|
|
|
|
class ResourceLocation;
|
|
|
|
class TextureAtlas
|
|
{
|
|
public:
|
|
static ResourceLocation LOCATION_BLOCKS;
|
|
static ResourceLocation LOCATION_ITEMS;
|
|
}; |