2003-03-26 05:38:13 +00:00
|
|
|
#ifndef __image_h
|
|
|
|
#define __image_h
|
|
|
|
|
|
|
|
#include "render.h"
|
|
|
|
#include "../kernel/geom.h"
|
|
|
|
|
2003-04-27 17:08:40 +00:00
|
|
|
void image_draw(pixel32 *target, TextureRGBA *rgba, Rect *position,
|
|
|
|
Rect *surarea);
|
2003-03-26 05:38:13 +00:00
|
|
|
|
|
|
|
#endif
|