2011-08-31 17:20:46 +00:00
|
|
|
#ifndef DISPLAY_H
|
|
|
|
#define DISPLAY_H
|
|
|
|
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <gdk/gdk.h>
|
|
|
|
#include <cairo.h>
|
|
|
|
|
|
|
|
extern GtkWidget *dive_profile_frame(void);
|
2011-08-31 17:27:58 +00:00
|
|
|
extern GtkWidget *create_dive_list(void);
|
2011-08-31 17:20:46 +00:00
|
|
|
|
|
|
|
#endif
|