shithub: cstory

ref: cccef2b089c0791f423a2f0df2fca8f4fb988a09
dir: /src/Bitmap.h/

View raw version
#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);