Skip to content

Commit 5b2219b

Browse files
cursoragenttimfox
andcommitted
fix: include VM call argument constant
Co-authored-by: Tim Fox <timfox@outlook.com>
1 parent 32a361b commit 5b2219b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qcommon/vm_native_module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef VM_NATIVE_MODULE_H
22
#define VM_NATIVE_MODULE_H
33

4-
#include "q_shared.h"
4+
#include "qcommon.h"
55

66
typedef intptr_t (QDECL *vmNativeModuleEntryPoint_t)( int command, int arg0, int arg1, int arg2 );
77

0 commit comments

Comments
 (0)