Cube  Client.h at [0e7605d101]

File src/Client.h artifact 3002aefde8 part of check-in 0e7605d101


#import <ObjFW/ObjFW.h>

#import "cube.h"

// server side version of "dynent" type
@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;

+ (instancetype)client;
@end