summaryrefslogtreecommitdiff
path: root/src/noob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noob.h')
-rw-r--r--src/noob.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/noob.h b/src/noob.h
new file mode 100644
index 0000000..b8f4035
--- /dev/null
+++ b/src/noob.h
@@ -0,0 +1,12 @@
+#ifndef NB_H
+#define NB_H
+
+typedef struct NbVM NbVM;
+
+typedef int(*NbCFunction) (NbVM* vm);
+
+typedef double NbDouble;
+typedef int NbInt;
+typedef int NbBool;
+
+#endif \ No newline at end of file