2003-03-26 05:38:13 +00:00
|
|
|
#ifndef __image_h
|
|
|
|
#define __image_h
|
|
|
|
|
|
|
|
#include "render.h"
|
2003-07-10 04:31:34 +00:00
|
|
|
#include "geom.h"
|
2003-03-26 05:38:13 +00:00
|
|
|
|
2003-09-04 06:23:57 +00:00
|
|
|
void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
|
|
|
|
gint target_w, gint target_h,
|
|
|
|
RrRect *area);
|
2003-03-26 05:38:13 +00:00
|
|
|
|
|
|
|
#endif
|