]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
thanks to Andreas Kirsh for a discussion about using WS_EX_TOPMOST flag on the fullsc...
[xonotic/darkplaces.git] / common.h
index 9ba0ff96683e09f4aa5a1c17c6af8d6ef95ca93a..f3e7be34fc414a6332f2bef1e6ef72cbef7f97cb 100644 (file)
--- a/common.h
+++ b/common.h
@@ -144,7 +144,7 @@ extern int dpprotocol;
 
 extern char com_token[1024];
 
-int COM_ParseToken (const char **data);
+int COM_ParseToken(const char **datapointer, int returnnewline);
 
 extern int com_argc;
 extern const char **com_argv;