]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
console parsing now behaves like qwcl, thanks to Fuh for pointing out the problems...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 9fdaffd44b302ea3b28b7e80f041a11e5a74815b..0ee48852ea793e863b49c298d721cd5b957255d4 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -120,6 +120,9 @@ extern int eval_movement;
 extern int eval_pmodel;
 extern int eval_punchvector;
 extern int eval_viewzoom;
+extern int eval_clientcolors;
+extern int eval_tag_entity;
+extern int eval_tag_index;
 
 #define GETEDICTFIELDVALUE(ed, fieldoffset) (fieldoffset ? (eval_t *)((qbyte *)ed->v + fieldoffset) : NULL)
 
@@ -154,6 +157,8 @@ void PR_Profile_f (void);
 
 void PR_Crash (void);
 
+void SV_IncreaseEdicts(void);
+
 edict_t *ED_Alloc (void);
 void ED_Free (edict_t *ed);
 void ED_ClearEdict (edict_t *e);