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