]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
improved TraceLine in chase.c to be more generally useful (should move it to another...
[xonotic/darkplaces.git] / common.h
index ad55254f6560dbfc2fe474c45209ad7637042c99..da25cafa0e4634dc32a4d14158b99893852c2713 100644 (file)
--- a/common.h
+++ b/common.h
@@ -212,3 +212,7 @@ int COM_FileExists(char *filename);
 extern struct cvar_s   registered;
 
 extern qboolean                standard_quake, rogue, hipnotic, nehahra;
+
+// LordHavoc: useful...
+extern void COM_ToLowerString(char *in, char *out);
+extern void COM_ToUpperString(char *in, char *out);