#ifndef ZRE_VM_H #define ZRE_VM_H #include "opcodes.h" VM* init_vm(); bool step_vm(VM *vm); #endif