]> git.tdb.fi Git - ext/subsurface.git/blob - display.h
Teach the thing to actually track the currently selected dive
[ext/subsurface.git] / display.h
1 #ifndef DISPLAY_H
2 #define DISPLAY_H
3
4 #include <gtk/gtk.h>
5 #include <gdk/gdk.h>
6 #include <cairo.h>
7
8 extern int selected_dive;
9 extern GtkWidget *dive_profile_frame(void);
10 extern GtkWidget *create_dive_list(void);
11
12 #endif