mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-14 00:40:52 +00:00
8 lines
135 B
C
8 lines
135 B
C
|
|
#include "../qcommon/vm_local.h"
|
|
|
|
void VM_Compile( vm_t *vm, vmHeader_t *header ) {}
|
|
int VM_CallCompiled( vm_t *vm, int *args ) {}
|
|
|
|
|
|
|