BlockTypes.h 192 B

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