1
0
Fork 0
cuberite-2a/src/Protocol/Palettes/Palette_1_16.h

11 lines
159 B
C
Raw Normal View History

#pragma once
#include "../../Registries/Items.h"
namespace Palette_1_16
{
2020-07-18 21:45:04 +00:00
UInt32 FromBlock(short ID);
UInt32 FromItem(Item ID);
Item ToItem(UInt32 ID);
}