#ifndef _API_NIL_H #define _API_NIL_H #include "vm.h" extern UwUVMNativeType uwunil_type; UwUVMValue uwunil_create(); #endif