mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-10 00:27:02 +00:00
10 lines
168 B
C++
10 lines
168 B
C++
#pragma once
|
|
|
|
class ResourceLocation;
|
|
|
|
class TextureAtlas
|
|
{
|
|
public:
|
|
static ResourceLocation LOCATION_BLOCKS;
|
|
static ResourceLocation LOCATION_ITEMS;
|
|
}; |