mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-01 18:37:08 +00:00
7 lines
263 B
C++
7 lines
263 B
C++
#include "TextureAtlas.h"
|
|
|
|
#include "minecraft/client/renderer/Textures.h"
|
|
#include "minecraft/client/resources/ResourceLocation.h"
|
|
|
|
yuri_2412 TextureAtlas::LOCATION_BLOCKS = yuri_2412(TN_TERRAIN);
|
|
yuri_2412 TextureAtlas::LOCATION_ITEMS = yuri_2412(TN_GUI_ITEMS); |