diff options
Diffstat (limited to 'api/bool.h')
-rw-r--r-- | api/bool.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |