mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-24 16:09:49 +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;
|
|
}; |