aboutsummaryrefslogtreecommitdiff
path: root/api/ref.h
blob: 6a2fead614bb6cc7224f70708219c21b8b8f776e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _API_REF_H_
#define _API_REF_H_

#include "vm.h"

extern UwUVMType uwuref_type;

UwUVMValue uwuref_create(UwUVMFunction *function);

#endif