#ifndef __COMMON__ #define __COMMON__ #include typedef struct Image { uint8_t *data; int32_t width, height, pixel_bits; } Image; #endif