From ecc06c082036aa93f6810ec21e73610c55f5a57b Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 14:18:15 +0100 Subject: Initial commit --- api/nil.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 api/nil.h (limited to 'api/nil.h') diff --git a/api/nil.h b/api/nil.h new file mode 100644 index 0000000..22df640 --- /dev/null +++ b/api/nil.h @@ -0,0 +1,10 @@ +#ifndef _API_NIL_H +#define _API_NIL_H + +#include "vm.h" + +extern UwUVMNativeType uwunil_type; + +UwUVMValue uwunil_create(); + +#endif -- cgit v1.2.3