]> git.lizzy.rs Git - uwu-lang.git/blobdiff - api/int.h
Unify value types
[uwu-lang.git] / api / int.h
index fd284c77349ed05380d1391d0289265b69cc53ab..e9c5798395151c7037577ddca8a291a7b7da16e0 100644 (file)
--- a/api/int.h
+++ b/api/int.h
@@ -3,6 +3,8 @@
 
 #include "vm.h"
 
+extern UwUVMType uwuint_type;
+
 UwUVMValue uwuint_create(int value);
 
 #endif