mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-15 18:49:11 +01:00
8 lines
163 B
C
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
|