summaryrefslogtreecommitdiff
path: root/include/kalmia.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-06 21:46:34 -0600
committersanine <sanine.not@pm.me>2023-02-06 21:46:34 -0600
commitf547164540f4ac7f8436fef8e981b1fef503f08c (patch)
treeca576ef1221e4f4234de31b8e702b3c205e42eb9 /include/kalmia.h
parentd00d1029f9e2e9f55217ad3d21e5b826601ba210 (diff)
add kai_read_geometry and fix kai_read_source error handling
Diffstat (limited to 'include/kalmia.h')
-rw-r--r--include/kalmia.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/kalmia.h b/include/kalmia.h
index 70ca11d..a09ab9d 100644
--- a/include/kalmia.h
+++ b/include/kalmia.h
@@ -143,4 +143,12 @@ struct ka_mesh_t {
};
+struct ka_geometry_t {
+ char *id;
+ char *name;
+
+ struct ka_mesh_t mesh;
+};
+
+
#endif