terminology/src/bin/options_theme.h

8 lines
156 B
C

#ifndef _OPTIONS_THEME_H__
#define _OPTIONS_THEME_H__ 1
void options_theme_clear(void);
void options_theme(Evas_Object *opbox, Evas_Object *term);
#endif