dolphin/Source/Plugins/Plugin_DSP_LLE/Src/Logging/Console.h

8 lines
163 B
C

#ifdef _WIN32
void startConsoleWin(int width, int height, char* fname);
int wprintf(char *fmt, ...);
void ClearScreen();
HWND GetConsoleHwnd(void);
#endif