]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/ref.h
Unify value types
[uwu-lang.git] / api / ref.h
diff --git a/api/ref.h b/api/ref.h
new file mode 100644 (file)
index 0000000..6a2fead
--- /dev/null
+++ b/api/ref.h
@@ -0,0 +1,10 @@
+#ifndef _API_REF_H_
+#define _API_REF_H_
+
+#include "vm.h"
+
+extern UwUVMType uwuref_type;
+
+UwUVMValue uwuref_create(UwUVMFunction *function);
+
+#endif