]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.h
deduplicate Sys_ConsoleInput()
[xonotic/darkplaces.git] / prvm_cmds.h
index a5555cde87db8ca68f0fb71380fcc4ada18f1842..81556d5cf9fe9bfa30293d7372c540b103afb3f0 100644 (file)
@@ -484,6 +484,7 @@ void VM_getsurfacetriangle(prvm_prog_t *prog);
 void VM_physics_enable(prvm_prog_t *prog);
 void VM_physics_addforce(prvm_prog_t *prog);
 void VM_physics_addtorque(prvm_prog_t *prog);
+void VM_nudgeoutofsolid(prvm_prog_t *prog);
 
 void VM_coverage(prvm_prog_t *prog);