#ifndef _INCLUDE_VFUNC_CALL_H_ #define _INCLUDE_VFUNC_CALL_H_ #include "vhook.h" void *CallVFunction(DHooksCallback *dg, HookParamsStruct *paramStruct, void *iface); #endif