No entiendo esto:
Código: text
el void* (*call) (...);
void* (*call)(...);
API(string dll, string fnc){
this->call = (void *(*)(...))GetProcAddress(LoadLibraryA(dll.c_str()), fnc.c_str());
};
el void* (*call) (...);