aboutsummaryrefslogtreecommitdiff
path: root/api/int.h
blob: fd284c77349ed05380d1391d0289265b69cc53ab (plain)
1
2
3
4
5
6
7
8
#ifndef _API_INT_H_
#define _API_INT_H_

#include "vm.h"

UwUVMValue uwuint_create(int value);

#endif