]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/bool.h
Add :ref module and refactor type handling
[uwu-lang.git] / api / bool.h
index 70dfd60e3067d739a4301db82f576c7ab166bdd0..2e43f782cbec72d5769f4fee40cb79300d2267ff 100644 (file)
@@ -5,8 +5,7 @@
 #include "vm.h"
 
 extern UwUVMType uwubool_type;
-
-UwUVMValue uwubool_create(bool value);
-bool uwubool_get(UwUVMValue vm_value);
+UwUVMValue       uwubool_create(bool value);
+bool             uwubool_get(UwUVMValue vm_value);
 
 #endif