Differences From Artifact [3002aefde8]:
- File src/Client.h — part of check-in [89fbd7a152] at 2025-03-20 13:21:56 on branch trunk — Make more use of convenience methods (user: js, size: 386) [annotate] [blame] [check-ins using]
To Artifact [f5058af394]:
- File src/Client.h — part of check-in [7a98b92af9] at 2025-03-25 23:52:50 on branch trunk — Make use of OF_DIRECT (user: js, size: 404) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | + | #import <ObjFW/ObjFW.h> #import "cube.h" // server side version of "dynent" type OF_DIRECT_MEMBERS @interface Client: OFObject @property (nonatomic) int type; @property (nonatomic) ENetPeer *peer; @property (copy, nonatomic) OFString *hostname; @property (copy, nonatomic) OFString *mapvote; @property (copy, nonatomic) OFString *name; @property (nonatomic) int modevote; |
︙ |