9 lines
164 B
C
9 lines
164 B
C
#ifndef __image_h
|
|
#define __image_h
|
|
|
|
#include "render.h"
|
|
#include "../kernel/geom.h"
|
|
|
|
void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba, Rect *area);
|
|
|
|
#endif
|