From 058d954e80f83c26deb209008f11d87a5b59418e Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 30 Dec 2021 16:02:10 +0100 Subject: Unify value types --- api/str.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/str.h') diff --git a/api/str.h b/api/str.h index b035f2a..609328e 100644 --- a/api/str.h +++ b/api/str.h @@ -3,6 +3,8 @@ #include "vm.h" +extern UwUVMType uwustr_type; + UwUVMValue uwustr_create(const char *value); char *uwustr_get(UwUVMValue vm_value); -- cgit v1.2.3