summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-11-27 20:03:27 -0600
committersanine <sanine.not@pm.me>2022-11-27 20:03:27 -0600
commit6ca18697f9eb332c38f0b46b823089ce80347580 (patch)
tree267d074f74ebfa54f1c90fd3361e6b2dbf793613 /src/node.h
parent21e8b8ad389dda55d92af4af1fd22aac657074b4 (diff)
add dynamic array functions
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h
new file mode 100644
index 0000000..ea0bedf
--- /dev/null
+++ b/src/node.h
@@ -0,0 +1,9 @@
+#ifndef KALMIA_NODE_H
+#define KALMIA_NODE_H
+
+#include <kalmia.h>
+#include <ezxml.h>
+
+
+
+#endif