terminology/src/bin/options_colors.h

10 lines
225 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _OPTIONS_COLORS_H__
#define _OPTIONS_COLORS_H__ 1
void options_colors(Evas_Object *opbox, Evas_Object *term);
#ifdef ELM_COLOR_CLASS_H
void options_colorclasses(Evas_Object *opbox, Evas_Object *term);
#endif
2014-01-06 13:29:18 -08:00
#endif