Differences From Artifact [0c6f848420]:
- File src/Entity.h — part of check-in [0e7605d101] at 2025-03-20 22:40:48 on branch trunk — Fix all warnings (user: js, size: 357) [annotate] [blame] [check-ins using]
To Artifact [4b0e6a03e9]:
- File src/Entity.h — part of check-in [7a98b92af9] at 2025-03-25 23:52:50 on branch trunk — Make use of OF_DIRECT (user: js, size: 375) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | + | #import <ObjFW/ObjFW.h> // map entity OF_DIRECT_MEMBERS @interface Entity: OFObject @property (nonatomic) short x, y, z; // cube aligned position @property (nonatomic) short attr1; @property (nonatomic) unsigned char type; // type is one of the above @property (nonatomic) unsigned char attr2, attr3, attr4; @property (nonatomic) bool spawned; |
︙ |