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/nil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/nil.h') diff --git a/api/nil.h b/api/nil.h index 22df640..014be45 100644 --- a/api/nil.h +++ b/api/nil.h @@ -3,7 +3,7 @@ #include "vm.h" -extern UwUVMNativeType uwunil_type; +extern UwUVMType uwunil_type; UwUVMValue uwunil_create(); -- cgit v1.2.3