shithub: qk3

ref: 84cdb4e2e9e1712fc913c05c38f3cf94ca100e5d
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;
}