ref: dce992c2e5ccca0419ba07df5eb8292a335d19f9
dir: /code/null/null_vm.c/
#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;
}