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

#include "vm.h"

extern UwUVMType uwunil_type;
UwUVMValue       uwunil_create();

#endif