Move classes into separate files
FossilOrigin-Name: 14861826d4c1f561aca909afe773366a46b57b20cf41fd668092dfb98d960d80
This commit is contained in:
parent
3661ce9a40
commit
623076a034
17 changed files with 366 additions and 322 deletions
11
src/cube.h
11
src/cube.h
|
@ -115,17 +115,6 @@ struct block {
|
|||
int x, y, xs, ys;
|
||||
};
|
||||
|
||||
@interface MapModelInfo : OFObject
|
||||
@property (nonatomic) int rad, h, zoff, snap;
|
||||
@property (copy, nonatomic) OFString *name;
|
||||
|
||||
- (instancetype)initWithRad:(int)rad
|
||||
h:(int)h
|
||||
zoff:(int)zoff
|
||||
snap:(int)snap
|
||||
name:(OFString *)name;
|
||||
@end
|
||||
|
||||
enum {
|
||||
GUN_FIST = 0,
|
||||
GUN_SG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue