summaryrefslogtreecommitdiff
path: root/src/main_window.h
blob: 3a2059e8988dd8643e9a955691b07ccd6a734837 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MAIN_WINDOW_H
#define __MAIN_WINDOW_H

void create_main_window (GtkApplication *app, gpointer user_data);

#endif