diff options
Diffstat (limited to 'api/util.h')
-rw-r--r-- | api/util.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/util.h b/api/util.h new file mode 100644 index 0000000..259f53a --- /dev/null +++ b/api/util.h @@ -0,0 +1,8 @@ +#ifndef _API_UTIL_H_ +#define _API_UTIL_H_ + +#include "vm.h" + +UwUVMValue uwuutil_is_type(const char *fnname, UwUVMArgs *args, UwUVMType *type); + +#endif |