Enumerated lists - (Sorry for the stupid questions.)
Enumerated lists - (Sorry for the stupid questions.)
- Subject: Enumerated lists - (Sorry for the stupid questions.)
- From: email@hidden
- Date: Tue, 25 Sep 2001 09:01:44 -0400
The following gives "undefined type, found 'HexConditions'". As far as I
can tell this is where you are supposed to declare enumerated lists. Any
ideas...
#import <Cocoa/Cocoa.h>
enum HexConditions {
fine = 0,
rubble,
fire,
smoke
};
@interface MapData : NSObject {
HexConditions hexCondition;
}
Ken Botwinick
http://homepage.mac.com/kenbotwinick
AOL IM Screen name: kenbotwinick