summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
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