From 0bb03c0a1d96c23689cc420238a37b9fd15b739c Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 14 Feb 2017 11:48:19 +0100 Subject: sw: copied flash tool source from gameboymod --- sw/linux/src/ui.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sw/linux/src/ui.h (limited to 'sw/linux/src/ui.h') diff --git a/sw/linux/src/ui.h b/sw/linux/src/ui.h new file mode 100644 index 0000000..44314d6 --- /dev/null +++ b/sw/linux/src/ui.h @@ -0,0 +1,17 @@ +#ifndef __Z80PROG_UI_H__ +#define __Z80PROG_UI_H_ + +#include +#include + +#include + +void ui_init(int *argc, char **argv[]); +void ui_log(const char *msg, char type); + +void ui_file_set(GtkFileChooserButton *btn, gpointer user_data); + +void ui_connect_clicked(void); +void ui_flash_clicked(void); + +#endif -- cgit v1.2.1