]> git.tdb.fi Git - ext/subsurface.git/blobdiff - uemis.h
First pass to parse uemis Zurich '.SDA' files
[ext/subsurface.git] / uemis.h
diff --git a/uemis.h b/uemis.h
new file mode 100644 (file)
index 0000000..1b6c026
--- /dev/null
+++ b/uemis.h
@@ -0,0 +1,15 @@
+#ifndef UEMIS_H
+#define UEMIS_H
+
+/*
+ * defines and prototypes for the uemis Zurich SDA file parser
+ * we add this to the list of dive computers that is supported
+ * in libdivecomputer by using a negative value for the type enum
+ */
+#define DEVICE_TYPE_UEMIS (-1)
+
+void uemis_import();
+
+extern GtkWidget *main_window;
+
+#endif /* DIVE_H */