From 058d954e80f83c26deb209008f11d87a5b59418e Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 16:02:10 +0100 Subject: Unify value types --- api/ref.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 api/ref.h (limited to 'api/ref.h') diff --git a/api/ref.h b/api/ref.h new file mode 100644 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 -- cgit v1.2.3