#import <Obstacle.h>
Public Member Functions | |
(id) | - initObstacleType:withPosition:andFilename: |
Protected Attributes | |
NSString * | filename |
Definition at line 12 of file Obstacle.h.
- (id) initObstacleType: | (GameObjectType) | _type | |
withPosition: | (CGPoint) | _position | |
andFilename: | (NSString*) | _filename | |
Initialises the object
type | of object |
position | |
filename |
Definition at line 30 of file Obstacle.m.
- (NSString*) filename [protected] |
Definition at line 15 of file Obstacle.h.