aboutsummaryrefslogtreecommitdiff
path: root/api/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/bool.h')
-rw-r--r--api/bool.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/api/bool.h b/api/bool.h
index 70dfd60..2e43f78 100644
--- a/api/bool.h
+++ b/api/bool.h
@@ -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