]> icculus.org git repositories - dana/openbox.git/blob - openbox/imageload.h
No \n on ob_debug in this branch.
[dana/openbox.git] / openbox / imageload.h
1 #ifndef __imageload_h
2 #define __imageload_h
3
4 #include "obrender/render.h"
5 RrImage* RrImageFetchFromFile(RrImageCache *cache, const gchar *name);
6
7 #endif