]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
md3 tag attachments (implemented but untested), also the capability to attach any...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 5934f45d8dfc00af9000edfdcbfcba0c379f4157..0ee48852ea793e863b49c298d721cd5b957255d4 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -121,6 +121,8 @@ 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)