X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=console.h;h=53711b962a8aa72ab9f25780f0fef648bdc40518;hb=56ea125a48ae3d8fd628559014e68ee83dc5b324;hp=a6267b9c375208b2e1716854b42e8462ed5ff0d4;hpb=29779ce432d34c9f0bc8878761d07c194162e6d0;p=xonotic%2Fdarkplaces.git diff --git a/console.h b/console.h index a6267b9c..53711b96 100644 --- 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