Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. *DCScreen = GetDC(wmInfo.info.win.window);
  2. *BMPTexture = CreateCompatibleBitmap(*DCScreen, LevelRes[_x], LevelRes[_y]);
  3. *DCTexture = CreateCompatibleDC(*DCScreen);
  4. SelectObject(*DCTexture, *BMPTexture);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement