summaryrefslogtreecommitdiffstats
path: root/display.h
blob: 29b21a65412424d3e789d5141754d5c04427ad90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DISPLAY_H
#define DISPLAY_H

#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <cairo.h>

extern int selected_dive;
extern GtkWidget *dive_profile_frame(void);
extern GtkWidget *create_dive_list(void);

#endif