diff options
Diffstat (limited to 'src/main_window.h')
-rw-r--r-- | src/main_window.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main_window.h b/src/main_window.h new file mode 100644 index 0000000..3a2059e --- /dev/null +++ b/src/main_window.h @@ -0,0 +1,9 @@ +#ifndef __MAIN_WINDOW_H +#define __MAIN_WINDOW_H + +void create_main_window (GtkApplication *app, gpointer user_data); + +#endif + + + |