1 2 3 4 5 6 7 8
#ifndef _WINDOW_MAIN_H_ #define _WINDOW_MAIN_H_ #include <gtk/gtk.h> int gui_main(int, char**); #endif