ref: b650294b8bc6ba298e15a5a5fa76cfaedd599a9d dir: /src/Bitmap.h/
#pragma once #include <stddef.h> unsigned char* DecodeBitmap(const unsigned char *in_buffer, size_t in_buffer_size, int *width, int *height); void FreeBitmap(unsigned char *buffer);