]> Dogcows Code - chaz/openbox/blob - image.h
b29a73042b7bbe76e03b8d0f7df9c3808290215a
[chaz/openbox] / 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 *position);
8
9 #endif
This page took 0.037665 seconds and 3 git commands to generate.