mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-23 15:37:07 +00: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;
|
|
}; |