aboutsummaryrefslogtreecommitdiff
path: root/api/int.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/int.h')
-rw-r--r--api/int.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/api/int.h b/api/int.h
new file mode 100644
index 0000000..fd284c7
--- /dev/null
+++ b/api/int.h
@@ -0,0 +1,8 @@
+#ifndef _API_INT_H_
+#define _API_INT_H_
+
+#include "vm.h"
+
+UwUVMValue uwuint_create(int value);
+
+#endif