summaryrefslogtreecommitdiff
path: root/source/repl/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/repl/repl.h')
-rw-r--r--source/repl/repl.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/repl/repl.h b/source/repl/repl.h
new file mode 100644
index 0000000..4c57345
--- /dev/null
+++ b/source/repl/repl.h
@@ -0,0 +1,16 @@
1#ifndef ENGINE_REPL_H
2#define ENGINE_REPL_H
3
4typedef struct node node;
5struct node
6{
7
8};
9
10typedef struct btree btree;
11struct btree
12{
13
14};
15
16#endif /* ENGINE_H */