aboutsummaryrefslogtreecommitdiff
path: root/api/bool.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 16:02:10 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-12-30 16:02:10 +0100
commit058d954e80f83c26deb209008f11d87a5b59418e (patch)
treeef7b5a95cfd1dbdba71041e1f0608d551adfa360 /api/bool.h
parent3ba311b0afdf9cc62d630687d171bee0b6435e4a (diff)
downloaduwu-lang-058d954e80f83c26deb209008f11d87a5b59418e.tar.xz
Unify value types
Diffstat (limited to 'api/bool.h')
-rw-r--r--api/bool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/bool.h b/api/bool.h
index 2299177..70dfd60 100644
--- a/api/bool.h
+++ b/api/bool.h
@@ -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);