#pragma once typedef struct { unsigned rows; unsigned columns; } CanvasData;