blob: 404af2d90baec92bf132ea0207748b8efabf97b0 (
plain) (
tree)
|
|
#pragma once
#include "../../Registries/Items.h"
#include "../../Registries/Statistics.h"
namespace Palette_1_16
{
UInt32 FromBlock(short ID);
UInt32 FromItem(Item ID);
UInt32 From(Statistic ID);
Item ToItem(UInt32 ID);
}
|