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