summaryrefslogtreecommitdiff
path: root/src/geometry/geometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry/geometry.h')
-rw-r--r--src/geometry/geometry.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/geometry/geometry.h b/src/geometry/geometry.h
new file mode 100644
index 0000000..7da5c3d
--- /dev/null
+++ b/src/geometry/geometry.h
@@ -0,0 +1,9 @@
+#ifndef KALMIA_GEOMETRY_H
+#define KALMIA_GEOMETRY_H
+
+#include <kalmia.h>
+#include <ezxml.h>
+
+void kai_parse_float_array(struct ka_float_array_t *dest, ezxml_t src);
+
+#endif