/*--------------------------------------------------------------------------*/ /* themes */ /*--------------------------------------------------------------------------*/ #ifndef __MY_THEME_H #define __MY_THEME_H /*--------------------------------------------------------------------------*/ /* functions */ /*--------------------------------------------------------------------------*/ void theme_init(void (*_progress_func)(char *msg, float progress)); void theme_select(char *name); char *theme_translate_path(char *path); #endif /* __MY_THEME_H */