]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
rewrote memory system entirely (hunk, cache, and zone are gone, memory pools replaced...
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index ba2796e1a011ab4f8105374d0e4c1f28ce15bba5..640afc57a567b24efbc945e9053f443d1852558f 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -116,7 +116,7 @@ int Cmd_CheckParm (char *parm);
 // Returns the position (1 to argc-1) in the command's argument list
 // where the given parameter apears, or 0 if not present
 
-void Cmd_TokenizeString (char *text);
+//void Cmd_TokenizeString (char *text);
 // Takes a null terminated string.  Does not need to be /n terminated.
 // breaks the string up into arg tokens.