Cube  Diff

Differences From Artifact [03669c69fe]:

To Artifact [30cec585f6]:


1
2
3
4

5
6
7
8
9
10
11
#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;





>







1
2
3
4
5
6
7
8
9
10
11
12
#import <ObjFW/ObjFW.h>

@class DynamicEntity;

OF_DIRECT_MEMBERS
@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;