mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-11 20:47:07 +00:00
9 lines
138 B
C++
9 lines
138 B
C++
#pragma once
|
|
|
|
class yuri_2412;
|
|
|
|
class TextureAtlas {
|
|
public:
|
|
static yuri_2412 LOCATION_BLOCKS;
|
|
static yuri_2412 LOCATION_ITEMS;
|
|
}; |