mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
77cfe07c52
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
11 lines
193 B
C
11 lines
193 B
C
#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
|