shithub: cstory

ref: 1e21b32dec7a15dbbca6a3f7964a6a398345d057
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);