Type Definition quake3_native_vm::DllEntry
source · pub type DllEntry = extern "C" fn(syscall: Syscall);
Expand description
Module initialization function
Exported as dllEntry
with native_vm!
pub type DllEntry = extern "C" fn(syscall: Syscall);
Module initialization function
Exported as dllEntry
with native_vm!