8 lines
182 B
C
8 lines
182 B
C
#ifndef _INCLUDE_VFUNC_CALL_H_
|
|
#define _INCLUDE_VFUNC_CALL_H_
|
|
|
|
#include "vhook.h"
|
|
|
|
void *CallVFunction(DHooksCallback *dg, HookParamsStruct *paramStruct, void *iface);
|
|
#endif
|