#ifndef __THEME_H__ #define __THEME_H__ #include #include #include "CLImage.h" #include "CamaelonDrawFunctions.h" @interface Camaelon : NSObject { NSBundle* bundle; NSString* themeName; NSString* themePath; } - (NSString*) themePath; + (Camaelon*) sharedTheme; @end #endif