]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
now has two precision error workaround cases rather than one, lifts have been success...
[xonotic/darkplaces.git] / console.h
index a6267b9c375208b2e1716854b42e8462ed5ff0d4..53711b962a8aa72ab9f25780f0fef648bdc40518 100644 (file)
--- a/console.h
+++ b/console.h
@@ -30,6 +30,7 @@ extern qboolean con_initialized;
 
 void Con_CheckResize (void);
 void Con_Init (void);
+void Con_Init_Commands (void);
 void Con_DrawConsole (int lines);
 void Con_Print(const char *txt);
 void Con_Printf(const char *fmt, ...);
@@ -58,7 +59,6 @@ void Log_Init (void);
 void Log_Close (void);
 void Log_Start (void);
 
-void Log_Print(const char *logfilename, const char *msg);
 void Log_Printf(const char *logfilename, const char *fmt, ...);
 
 #endif