mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
11 lines
151 B
C
11 lines
151 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);
|
||
|
|
||
|
#endif
|