X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=prvm_cmds.h;h=a7826eace608dc5a83f01bb25046808370ea7055;hb=75e62b875311c24a5ff0ad5584221140b8a5e528;hp=42cd5d7c0c8a0991ca5389c0e2a8e9dbab002858;hpb=6e48dafd2f198e53ef8031379080656e9483e709;p=xonotic%2Fdarkplaces.git diff --git a/prvm_cmds.h b/prvm_cmds.h index 42cd5d7c..a7826eac 100644 --- a/prvm_cmds.h +++ b/prvm_cmds.h @@ -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); @@ -431,3 +432,13 @@ void VM_whichpack (void); void VM_etof (void); void VM_uri_get (void); +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); + +void VM_getextresponse (void);