]> git.tdb.fi Git - ext/subsurface.git/blob - uemis.h
First pass to parse uemis Zurich '.SDA' files
[ext/subsurface.git] / uemis.h
1 #ifndef UEMIS_H
2 #define UEMIS_H
3
4 /*
5  * defines and prototypes for the uemis Zurich SDA file parser
6  * we add this to the list of dive computers that is supported
7  * in libdivecomputer by using a negative value for the type enum
8  */
9 #define DEVICE_TYPE_UEMIS (-1)
10
11 void uemis_import();
12
13 extern GtkWidget *main_window;
14
15 #endif /* DIVE_H */