summaryrefslogtreecommitdiffstats
path: root/display.h
blob: c239fbd3c3bc516ae8341a4b8c0536cec2fc6507 (plain) (blame)
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