- cleaned up c_console.cpp to be moved into 'common'.

This commit is contained in:
Christoph Oelckers 2020-10-25 12:18:06 +01:00
commit f912712f9d
11 changed files with 409 additions and 294 deletions

View file

@ -151,6 +151,7 @@ void P_Shutdown();
void M_SaveDefaultsFinal();
void R_Shutdown();
void I_ShutdownInput();
void SetConsoleNotifyBuffer();
const FIWADInfo *D_FindIWAD(TArray<FString> &wadfiles, const char *iwad, const char *basewad);
@ -3636,6 +3637,7 @@ int GameMain()
};
C_InstallHandlers(&cb);
SetConsoleNotifyBuffer();
try
{