Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. HRESULT STDMETHODCALLTYPE EndScene(IDirect3DDevice9 *pDevice)
  2. {
  3.     std::cout << "EndScene called !!";
  4.     hack.drawMenu(pDevice);
  5.     return pDevice->EndScene();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement