jvm/c/vm_instance.h

6 lines
114 B
C

#pragma once
#include "frame.h"
struct objectref * vm_instance_create(struct vm * vm, const char * class_name);