Differences From Artifact [0c9f736137]:
- File src/Player.m — part of check-in [489bb6c39a] at 2025-03-25 23:03:58 on branch trunk — Add forgotten files (user: js, size: 552) [annotate] [blame] [check-ins using]
To Artifact [312fff2095]:
- File
src/Player.m
— part of check-in
[75e920ae30]
at
2025-03-29 14:25:43
on branch trunk
— Switch from clang-format to manual formatting
clang-format does too many weird things. (user: js, size: 553) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
10 11 12 13 14 15 16 | } + (instancetype)player { return [[self alloc] init]; } | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | } + (instancetype)player { return [[self alloc] init]; } + (void)setPlayer1: (Player *)player1_ { player1 = player1_; } + (Player *)player1 { return player1; |
︙ | ︙ |