Initial commit.
This commit is contained in:
8
codemp/unix/vm_x86.c
Normal file
8
codemp/unix/vm_x86.c
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#include "../qcommon/vm_local.h"
|
||||
|
||||
void VM_Compile( vm_t *vm, vmHeader_t *header ) {}
|
||||
int VM_CallCompiled( vm_t *vm, int *args ) {}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user