]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 278447b2e6e1c0ebd6ccc6d3bffdd3a9412f3e9e..2264ac11597b837b140437463c1302fbcb7acb10 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -84,14 +84,20 @@ extern int eval_idealpitch;
 extern int eval_pitch_speed;
 extern int eval_viewmodelforclient;
 extern int eval_nodrawtoclient;
+extern int eval_exteriormodeltoclient;
 extern int eval_drawonlytoclient;
 extern int eval_colormod;
 extern int eval_ping;
 extern int eval_movement;
 extern int eval_pmodel;
+extern int eval_punchvector;
 
 #define GETEDICTFIELDVALUE(ed, fieldoffset) (fieldoffset ? (eval_t*)((char*)&ed->v + fieldoffset) : NULL)
 
+
+extern dfunction_t *SV_PlayerPhysicsQC;
+extern dfunction_t *EndFrameQC;
+
 //============================================================================
 
 extern dprograms_t             *progs;