Skip to content
  • kicici's avatar
    Remove _BLOCKSIZE*_ macros · 9ab57e26
    kicici authored
    Instead of using _BLOCKSIZE*_ macros, use Block::sizeX/Y/Z.
    Slice dumper currently is not implemented for non-cubical blocks.
    pack/unpack functions get block size as a runtime argument, which
    shouldn't really affect performance.
    
    In tests, avoid _Capitalized, as that formatting is reserved by C++.
    9ab57e26