]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.h
fix a few typos in comments
[xonotic/darkplaces.git] / prvm_cmds.h
index 2cc2a89019ef647ba9a42009cd0a79badf28c1ce..fc99f380d6a45bdebfbed7cfc66733466f5ea26f 100644 (file)
@@ -205,7 +205,6 @@ float       getserverlistindexforkey(string key)
 
 // builtins and other general functions
 
-char *VM_GetTempString(void);
 void VM_CheckEmptyString (const char *s);
 void VM_VarString(int first, char *out, int outlength);
 
@@ -294,6 +293,11 @@ void VM_stov(void);
 void VM_strzone(void);
 void VM_strunzone(void);
 
+// DRESK - String Length (not counting color codes)
+void VM_strlennocol(void);
+// DRESK - Decolorized String
+void VM_strdecolorize(void);
+
 void VM_clcommand (void);
 
 void VM_tokenize (void);