Guest User

Untitled

a guest
Jul 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. void winner(){
  2. for (int a=1; a<=3; a++){
  3. for(int b=1; b<=3; b++){
  4. but[a][b]->deactivate();
  5. }
  6. }
  7. }
  8. int main (){
  9.  
  10. if (checkwinner()){
  11. winner();
  12. }
  13. }
Add Comment
Please, Sign In to add comment