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