sm-ext-dhooks2/vfunc_call.h

8 lines
182 B
C
Raw Normal View History

2013-08-20 04:33:44 +02:00
#ifndef _INCLUDE_VFUNC_CALL_H_
#define _INCLUDE_VFUNC_CALL_H_
#include "vhook.h"
void *CallVFunction(DHooksCallback *dg, HookParamsStruct *paramStruct, void *iface);
#endif