File diff r2206:345b0fe71cdc → r2207:2553be73ee95
win32.h
Show inline comments
 
@@ -3,6 +3,8 @@
 
#ifndef WIN32_H
 
#define WIN32_H
 

	
 
bool MyShowCursor(bool show);
 

	
 
typedef void (*Function)(int);
 
bool LoadLibraryList(Function proc[], const char* dll);