tyridge77

Untitled

Feb 19th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for(int x = 0;x<ScreenWidth;x++) // Initialize our pixel base
  2. {
  3. for(int y = 0;y<ScreenHeight;y++)
  4. {
  5.  
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment