home projects git about
1 2 3 4 5 6 7 8 9
#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