fxengine/src/render/bitmap.c

6 lines
128 B
C
Raw Normal View History

#include <bitmap.h>
uint8_t bitmap_get_color_8(const bitmap_rich_8 * bmp, uint32_t x, uint32_t y)
{
uint32_t indice=x*bitmap
}