hook problemehey there, i am getting this error C2065: 'LPDIRECT3DDEVICE9' : undeclared identifier any reason
yeah include the fucking d3d files that u need-.- #pragma comment(lib, "d3dx9.lib") #include <d3d9.h> #include <d3dx9.h>
Please include this... #include <C:\Program Files\Microsoft DirectX SDK (June 2010)\Include\d3dx9.h> Need this first tho... Download details: DirectX Software Development Kit
Sometimes those files don't files don't show up where they need to I had the same problem a while ago but I found both libraries and copy pasted them to the folder where they needed to be.