terminology/src/bin/termptygfx.h

9 lines
149 B
C
Raw Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _TERMPTY_GFX_H__
#define _TERMPTY_GFX_H__ 1
2014-04-06 05:42:38 -07:00
#include "termpty.h"
Eina_Unicode _termpty_charset_trans(Eina_Unicode g, Termpty *ty);
2014-01-06 13:29:18 -08:00
#endif