jediacademy/codemp/unix/vm_x86.c

9 lines
143 B
C
Raw Permalink Normal View History

2013-04-04 22:35:38 +00:00
#include "../qcommon/vm_local.h"
void VM_Compile( vm_t *vm, vmHeader_t *header ) {}
int VM_CallCompiled( vm_t *vm, int *args ) {}