Bool AddBlock(int xStart, int yStart, int xEnd, int yEnd, int blockType, int blockId)
Adds a block from the first row/column to the second row/column, with given type and unique identifier. The display will not change until the functions Compile and DisplayFileAt are called.