terminology/src/bin/options_font.h

8 lines
152 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _OPTIONS_FONT_H__
#define _OPTIONS_FONT_H__ 1
void options_font_clear(void);
void options_font(Evas_Object *opbox, Evas_Object *term);
2014-01-06 13:29:18 -08:00
#endif