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/bool.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 api/bool.h (limited to 'api/bool.h') diff --git a/api/bool.h b/api/bool.h new file mode 100644 index 0000000..2299177 --- /dev/null +++ b/api/bool.h @@ -0,0 +1,12 @@ +#ifndef _API_BOOL_H_ +#define _API_BOOL_H_ + +#include +#include "vm.h" + +extern UwUVMNativeType uwubool_type; + +UwUVMValue uwubool_create(bool value); +bool uwubool_get(UwUVMValue vm_value); + +#endif -- cgit v1.2.3