10 lines
		
	
	
		
			140 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			140 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Id$ */
 | 
						|
 | 
						|
#ifndef WIN32_H
 | 
						|
#define WIN32_H
 | 
						|
 | 
						|
typedef void (*Function)(int);
 | 
						|
bool LoadLibraryList(Function proc[], const char* dll);
 | 
						|
 | 
						|
#endif
 |