]> Dogcows Code - chaz/openbox/blob - render/image.h
7dd48e7d4dd298784732814b24868692111753f3
[chaz/openbox] / render / image.h
1 #ifndef __image_h
2 #define __image_h
3
4 #include "render.h"
5 #include "../kernel/geom.h"
6
7 void image_draw(pixel32 *target, TextureRGBA *rgba, Rect *area);
8
9 #endif
This page took 0.030959 seconds and 3 git commands to generate.