mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 12:13:40 +00:00
9 lines
159 B
C++
9 lines
159 B
C++
#pragma once
|
|
|
|
class ResourceLocation;
|
|
|
|
class TextureAtlas {
|
|
public:
|
|
static ResourceLocation LOCATION_BLOCKS;
|
|
static ResourceLocation LOCATION_ITEMS;
|
|
}; |