about summary refs log tree commit diff
path: root/converter/other/pamtosvg/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/point.h')
-rw-r--r--converter/other/pamtosvg/point.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/converter/other/pamtosvg/point.h b/converter/other/pamtosvg/point.h
new file mode 100644
index 00000000..037ec8a0
--- /dev/null
+++ b/converter/other/pamtosvg/point.h
@@ -0,0 +1,8 @@
+#ifndef POINT_H_INCLUDED
+#define POINT_H_INCLUDED
+
+typedef struct {
+  float x, y, z;
+} float_coord;
+
+#endif