]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
ODE code cleanup; WARNING: interface change. Springs done with movedir need to be...
[xonotic/darkplaces.git] / server.h
index d904c55afe35c9ca0b8d16efaf8dd80aedb952a6..53ada65534e1d9bf097b9db8c7b1de163b05ee7f 100644 (file)
--- a/server.h
+++ b/server.h
@@ -520,6 +520,7 @@ qboolean SV_movestep (prvm_edict_t *ent, vec3_t move, qboolean relink, qboolean
  */
 void SV_LinkEdict(prvm_edict_t *ent);
 void SV_LinkEdict_TouchAreaGrid(prvm_edict_t *ent);
+void SV_LinkEdict_TouchAreaGrid_Call(prvm_edict_t *touch, prvm_edict_t *ent); // if we detected a touch from another source
 
 /*! move an entity that is stuck by small amounts in various directions to try to nudge it back into the collision hull
  * returns true if it found a better place
@@ -555,5 +556,7 @@ void SV_VM_End(void);
 
 const char *Host_TimingReport(void); ///< for output in Host_Status_f
 
+int SV_GetPitchSign(prvm_edict_t *ent);
+
 #endif