#ifndef PUZZLE_H #define PUZZLE_H struct puzzle { int with; int height; unsigned char *data; }; #endif