aboutsummaryrefslogtreecommitdiff
path: root/api/nil.h
blob: 22df64064c70564988f3633d45e9a704a9933e39 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _API_NIL_H
#define _API_NIL_H

#include "vm.h"

extern UwUVMNativeType uwunil_type;

UwUVMValue uwunil_create();

#endif