/ src / gui.h
gui.h
1  #ifndef GUI_H
2  #define GUI_H 1
3  
4  #include <gtk/gtk.h>
5  
6  GtkWidget *gui_create(GtkWidget *window);
7  
8  #endif