]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
console parsing now behaves like qwcl, thanks to Fuh for pointing out the problems...
[xonotic/darkplaces.git] / console.h
index 9042ac069b8d2b4768215eac0e1bf6e192136966..d6aec97ce54bfc3ad930d2f2fcd3764155108935 100644 (file)
--- a/console.h
+++ b/console.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 See the GNU General Public License for more details.
 
@@ -31,6 +31,7 @@ extern qbyte *con_chars;
 extern int con_notifylines;            // scan lines to clear for notify lines
 
 void Con_CheckResize (void);
+void Con_InitLogging (void);
 void Con_Init (void);
 void Con_DrawConsole (int lines);
 void Con_Print (const char *txt);