]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.h
fix csqc sound precaches which were being freed after the level loaded
[xonotic/darkplaces.git] / prvm_cmds.h
index 535c7681123600f1a6d4b4448d1bbe4f138c6d33..b0ad650a566cf4e0e564981052e625a8b3f4cbcc 100644 (file)
@@ -308,7 +308,7 @@ void VM_putentityfieldstring(void);
 // And declared these ones for VM_getentityfieldstring and VM_putentityfieldstring in prvm_cmds.c
 // the function is from prvm_edict.c
 char *PRVM_UglyValueString (etype_t type, prvm_eval_t *val);
-qboolean PRVM_ED_ParseEpair(prvm_edict_t *ent, ddef_t *key, const char *s);
+qboolean PRVM_ED_ParseEpair(prvm_edict_t *ent, ddef_t *key, const char *s, qboolean parsebackslash);
 
 // DRESK - String Length (not counting color codes)
 void VM_strlennocol(void);
@@ -349,6 +349,7 @@ void VM_drawstring(void);
 void VM_drawcolorcodedstring(void);
 void VM_stringwidth(void);
 void VM_drawpic(void);
+void VM_drawrotpic(void);
 void VM_drawsubpic(void);
 void VM_drawfill(void);
 void VM_drawsetcliparea(void);