Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (GetAsyncKeyState(VK_F2)&1) // if we click f2
  2. { colored walls = !colored walls; } // colored walls = on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement