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