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