Skip to content
Snippets Groups Projects
Commit c82a816b authored by rswindell's avatar rswindell
Browse files

Deuce's support for FLTK cross-platform C/C++ GUI framework.

parent 2ab4f4ce
No related branches found
No related tags found
No related merge requests found
......@@ -336,4 +336,8 @@ int uifcini(uifcapi_t*); /* Original implementation based on conio */
int uifcinix(uifcapi_t*); /* Standard I/O implementation */
int uifcinic(uifcapi_t*); /* Unix curses implementation (by Deuce) */
int uifcinid(uifcapi_t*); /* Unix libdialog implementation (by Deuce) */
#ifdef __cplusplus
extern "C"
#endif
int uifcinifltk(uifcapi_t*); /* FLTK implementation (by Deuce) */
/****************************************************************************/
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment