Artifact f3375dc8580e52bda3116938dfce9d56bb1afbe0c99ab814fc20a45857d201e3:
- File src/Projectile.h — part of check-in [d2b3ff790f] at 2025-03-09 18:57:42 on branch trunk — Convert dynent to a class (user: js, size: 276) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> @class DynamicEntity; @interface Projectile: OFObject @property (nonatomic) OFVector3D o, to; @property (nonatomic) float speed; @property (nonatomic) DynamicEntity *owner; @property (nonatomic) int gun; @property (nonatomic) bool inuse, local; @end