shithub: qk3

ref: 7b8303673d908898d40ef36f03976c68c1bac489
dir: /code/null/null_vm.c/

View raw version
#include "../game/q_shared.h"
#include "../qcommon/qcommon.h"

void
VM_Compile(vm_t *, vmHeader_t *)
{
	sysfatal("VM_Compile: no.");
}

int
VM_CallCompiled(vm_t *, int *)
{
	sysfatal("VM_CallCompiled: no.");
	return 0;
}