diff options
Diffstat (limited to 'api/ref.h')
-rw-r--r-- | api/ref.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |