summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/display.h b/display.h
new file mode 100644
index 000000000..c239fbd3c
--- /dev/null
+++ b/display.h
@@ -0,0 +1,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