summaryrefslogtreecommitdiff
path: root/src/geometry/geometry.h
blob: 7da5c3d5146ed4f6445f9fb325f3062c1477baae (plain)
1
2
3
4
5
6
7
8
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