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