]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.h
use bounding boxes for shadowmap side culling instead of spheres for better accuracy
[xonotic/darkplaces.git] / prvm_cmds.h
index 535c7681123600f1a6d4b4448d1bbe4f138c6d33..6c549c2d995abd9cf06359082a33e1e262c91c08 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);
@@ -421,6 +422,7 @@ void VM_strireplace (void);
 void VM_crc16(void);
 
 void VM_SetTraceGlobals(const trace_t *trace);
+void VM_ClearTraceGlobals(void);
 
 void VM_Cmd_Init(void);
 void VM_Cmd_Reset(void);
@@ -439,3 +441,5 @@ void VM_argv_end_index (void);
 
 void VM_buf_cvarlist(void);
 void VM_cvar_description(void);
+
+void VM_getextresponse (void);