]> git.lizzy.rs Git - uwu-lang.git/blob - api/ref.h
Unify value types
[uwu-lang.git] / api / ref.h
1 #ifndef _API_REF_H_
2 #define _API_REF_H_
3
4 #include "vm.h"
5
6 extern UwUVMType uwuref_type;
7
8 UwUVMValue uwuref_create(UwUVMFunction *function);
9
10 #endif