summaryrefslogtreecommitdiffstats
path: root/c-layman/src/interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'c-layman/src/interpreter.h')
-rw-r--r--c-layman/src/interpreter.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c-layman/src/interpreter.h b/c-layman/src/interpreter.h
new file mode 100644
index 0000000..b280ad2
--- /dev/null
+++ b/c-layman/src/interpreter.h
@@ -0,0 +1,7 @@
+#ifndef INTERPRETER_H
+#define INTERPRETER_H
+
+void laymanInit();
+void laymanFinalize();
+
+#endif