gntui.h
1 
22 #ifndef _GNT_UI_H
23 #define _GNT_UI_H
24 
25 #include "gnt.h"
26 
27 void gnt_ui_init(void);
28 void gnt_ui_uninit(void);
29 
30 #endif
GNT API.