mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 16:55:31 +01:00
cf5251331e
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@750 8ced0084-cf51-0410-be5f-012b33b47a6e
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 |