1 2 3 4 5 6 7 8 9 10
#ifndef DISPLAY_H #define DISPLAY_H #include <gtk/gtk.h> #include <gdk/gdk.h> #include <cairo.h> extern GtkWidget *dive_profile_frame(void); #endif