aboutsummaryrefslogtreecommitdiff
path: root/api/int.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/int.h')
-rw-r--r--api/int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/int.h b/api/int.h
index fd284c7..e9c5798 100644
--- 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