BlockTypes.h 168 B

12345678910
  1. #ifndef BLOCKTYPES_H
  2. #define BLOCKTYPES_H
  3. #include "utils/StringBuffer.h"
  4. #include "utils/Types.h"
  5. typedef StringBuffer<32> BlockName;
  6. typedef uint16 BlockId;
  7. #endif