]> icculus.org git repositories - dana/openbox.git/blob - openbox/imageload.h
Some style changes, less ifdefs.
[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