Guest User

Untitled

a guest
Jan 6th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. void fin_partie(Case plateau[][10])
  2. {
  3.   return (plateau[1][4].type == DRAGON || plateau[1][5].type == DRAGON
  4.        || plateau[8][4].TYPE == dragon || plateau[8][5].type == DRAGON);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment