win32.h
changeset 2183 6fba9150225b
child 2186 461a2aff3486
equal deleted inserted replaced
2182:89e6e39734a4 2183:6fba9150225b
       
     1 #ifndef WIN32_H
       
     2 #define WIN32_H
       
     3 
       
     4 typedef void (*Function)(int);
       
     5 bool LoadLibraryList(Function proc[], const char* dll);
       
     6 
       
     7 #endif