aboutsummaryrefslogtreecommitdiff
path: root/api/nil.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 14:18:15 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 14:18:15 +0100
commitecc06c082036aa93f6810ec21e73610c55f5a57b (patch)
treeaff479c3bc5b39ead9f65dffb01d399b341fa4ba /api/nil.h
downloaduwu-lang-ecc06c082036aa93f6810ec21e73610c55f5a57b.tar.xz
Initial commit
Diffstat (limited to 'api/nil.h')
-rw-r--r--api/nil.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/nil.h b/api/nil.h
new file mode 100644
index 0000000..22df640
--- /dev/null
+++ b/api/nil.h
@@ -0,0 +1,10 @@
+#ifndef _API_NIL_H
+#define _API_NIL_H
+
+#include "vm.h"
+
+extern UwUVMNativeType uwunil_type;
+
+UwUVMValue uwunil_create();
+
+#endif