summaryrefslogtreecommitdiffstats
path: root/hacks/glx/dymaxionmap-coords.h
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/glx/dymaxionmap-coords.h')
-rw-r--r--hacks/glx/dymaxionmap-coords.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hacks/glx/dymaxionmap-coords.h b/hacks/glx/dymaxionmap-coords.h
new file mode 100644
index 0000000..fad4a04
--- /dev/null
+++ b/hacks/glx/dymaxionmap-coords.h
@@ -0,0 +1,6 @@
+#ifndef __DYMAXIONMAP_COORDS_H__
+#define __DYMAXIONMAP_COORDS_H__
+
+void dymaxion_convert (double lng, double lat, double *x, double *y);
+
+#endif /* __DYMAXIONMAP_COORDS_H__ */