openmohaa/code/qcommon/vm_none.c

11 lines
156 B
C
Raw Normal View History

2016-03-27 11:49:47 +02:00
#include "vm_local.h"
int VM_CallCompiled( vm_t *vm, int *args ) {
exit(99);
return 0;
}
void VM_Compile( vm_t *vm, vmHeader_t *header ) {
exit(99);
}