]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/bool.h
Unify value types
[uwu-lang.git] / api / bool.h
index 22991773e2edee2b420e2caa4dfd1added6de83e..70dfd60e3067d739a4301db82f576c7ab166bdd0 100644 (file)
@@ -4,7 +4,7 @@
 #include <stdbool.h>
 #include "vm.h"
 
-extern UwUVMNativeType uwubool_type;
+extern UwUVMType uwubool_type;
 
 UwUVMValue uwubool_create(bool value);
 bool uwubool_get(UwUVMValue vm_value);