Artifact 0c6f8484205d7241d76bc645ef14f803fa1fb89f059066dde20db731a66389a5:
- 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]
#import <ObjFW/ObjFW.h> // map entity @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; + (instancetype)entity; @end