]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.h
At O.Sezer's recommendation filematch.c has been changed to use
[xonotic/darkplaces.git] / prvm_cmds.h
index 59377cefc7bdce7bd41d4f2e6725504128c39007..16785039b8bbffde3c020646ace109213c4798e1 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);
@@ -436,3 +436,6 @@ void VM_netaddress_resolve (void);
 void VM_tokenize_console (void);
 void VM_argv_start_index (void);
 void VM_argv_end_index (void);
+
+void VM_buf_cvarlist(void);
+void VM_cvar_description(void);