#ifndef KALMIA_GEOMETRY_H #define KALMIA_GEOMETRY_H #include <kalmia.h> #include <ezxml.h> int kai_parse_float_array(struct ka_float_array_t *dest, ezxml_t src); #endif