From cc727e972f7fdc871ee1f42cf014151b67422bf0 Mon Sep 17 00:00:00 2001 From: nirav Date: Tue, 26 Mar 2019 07:54:56 +0530 Subject: Update login flow and timeline window --- src/main_window.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main_window.h (limited to 'src/main_window.h') 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 + + + -- cgit v1.2.3