diff options
Diffstat (limited to 'api/int.h')
-rw-r--r-- | api/int.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ #include "vm.h" extern UwUVMType uwuint_type; - -UwUVMValue uwuint_create(int value); +UwUVMValue uwuint_create(int value); +int uwuint_get(UwUVMValue vm_value); #endif |