diff --git a/Ashita.dll b/Ashita.dll index afeb382..eb536f1 100644 Binary files a/Ashita.dll and b/Ashita.dll differ diff --git a/injector.exe b/injector.exe index cdc3e73..647d30c 100644 Binary files a/injector.exe and b/injector.exe differ diff --git a/plugins/ADK/newIDirectInputDevice8A.h b/plugins/ADK/newIDirectInputDevice8A.h index 12d599d..e98f3ca 100644 --- a/plugins/ADK/newIDirectInputDevice8A.h +++ b/plugins/ADK/newIDirectInputDevice8A.h @@ -71,10 +71,11 @@ interface newIDirectInputDevice8A : IDirectInputDevice8A newIDirectInputDevice8A(); newIDirectInputDevice8A(IDirectInputDevice8A** ppOriginalInterface); virtual ~newIDirectInputDevice8A(void); - + protected: IDirectInputDevice8A* m_DirectInputDevice; UINT m_ReferenceCount; + HWND m_ParentHwnd; }; #endif // __ASHITA_NEWIDIRECTINPUTDEVICE8A_H_INCLUDED__ \ No newline at end of file