Getting this error after building:
argument of type wchar_t* incomparible with LPCSTR in function call:
Line 279 - WriteConsoleOutputCharacter(hConsole, screen, nScreenWidth * nScreenHeight, { 0,0 }, &dwBytesWritten);
screen is of data type wchar_t*
The function expects 2nd argument of type LPCTR