#ifndef BLOCKTYPES_H #define BLOCKTYPES_H #include "gaming-core/utils/StringBuffer.h" #include "gaming-core/utils/Types.h" typedef StringBuffer<32> BlockName; typedef uint16 BlockId; #endif