Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void fin_partie(Case plateau[][10])
- {
- return (plateau[1][4].type == DRAGON || plateau[1][5].type == DRAGON
- || plateau[8][4].TYPE == dragon || plateau[8][5].type == DRAGON);
- }
Advertisement
Add Comment
Please, Sign In to add comment