forked from dolphin-emu/dolphin
		
	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 |